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-07-13 22:38:19-07 by murthy64 in response to 7945
Re: get binary instead of text
I have the same issue. On Windows XP with Active Perl everything works great. As soon as I moved the code to a BSD Unix things came crumbling down. For instance, the entire page of www.fedex.com was returned as a binary when done like this
my $mech = WWW::Mechanize->new (); $mech->get("http://www.fedex.com"); print $mech->response->content;
Can anyone please help me figure this out? Thanks Murthy
Direct Responses: 8310 | Write a response