in reply to Re: WWW:Mechanize and Windows
in thread WWW:Mechanize and Windows
C:\Perl Dev\Screen Scraper Test>perl despair.pl Can't locate object method "get" via kage "WWW::Mechanize" (perhaps yo +u forgot to load "WWW::Mechanize"?) at C:/Perl/site/lib/WWW/Mechanize +.pm line 183.
sub get { my $self = shift; my $uri = shift; $uri = $self->{base} ? URI->new_abs( $uri, $self->{base} ) : URI->new( $uri ); return $self->SUPER::get( $uri, @_ ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: WWW:Mechanize and Windows
by RMGir (Prior) on Aug 12, 2003 at 17:09 UTC |