NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
what's the prob? (Score:2)
--
xoa
Re:what's the prob? (Score:1)
perl -MCPAN -e shell, it fired off some warnings about not being able to find things in LWP and HTML (off the top of my head, HTML::Form was one of the missing items). I attempted to do a Make, but it's complaining about the missing separator. (Which I'm sure is my problem. I thought I'd had it licked when I switched to GNU make, because the thing I was having problems with when I switched worked af------------------------------
You are what you think.
Re:what's the prob? (Score:1)
Can't locate object method "requests_redirectable" via package "WWW::Mechanize" (perhaps you forgot to load "WWW::Mechanize"?) at C:/Perl/site/lib/WWW/Mechanize.pm line 156.------------------------------
You are what you think.
Re:what's the prob? (Score:2)
Are you actually doing a "use WWW::Mechanize"?
--
xoa
Re:what's the prob? (Score:1)
------------------------------
You are what you think.