in reply to Re: wrong encoding using WWW::Mechanize
in thread wrong encoding using WWW::Mechanize

print OUTFILE $mech->response->content();

to

print OUTFILE $mech->response->content();

(Aren't those two statements the same thing?)

And you didn't even know bears could type.

Replies are listed 'Best First'.
Re^3: wrong encoding using WWW::Mechanize
by ikegami (Patriarch) on Jan 24, 2009 at 20:07 UTC
    hehe oops! Fixed.