I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-04-05 06:08:30-07 by cooolside
HTTPS www:mechanize
Consider the following code:

require 'rubygems'
require 'logger'
require 'mechanize'

@agent = WWW::Mechanize.new{|obj| obj.log = Logger.new(STDERR)}
@agent.user_agent_alias = 'Mac FireFox'
@agent.redirect_ok = true
page = @agent.get('https://www.humana-one.com/secured/individual-health-insurance-quotes.asp')


The request is hanging, any comments are highly appreciated.
Direct Responses: Write a response