in reply to [LWP::UserAgent] 'Can't locate object method "request" via package "1" when attempting to add a hander
Back at it again. ... just guessing
You're not very good at guessing, I suggest you study the docs some more
$ perl studythedocs.pl ** POST http://example.com ==> 200 OK (3s) $ perl studythedocs.pl add_handler ** POST http://example.com ==> $VAR1 = bless( { ...**snip**... $VAR3 = $VAR2->{'handlers'}{'request_send'}[0]; Can't call method "request" without a package or object reference at C +:/citrusperl/site/lib/LWP/UserAgent.pm line 216.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [LWP::UserAgent] 'Can't locate object method "request" via package "1" when attempting to add a hander
by three18ti (Monk) on Jan 30, 2015 at 01:49 UTC | |
by Anonymous Monk on Jan 30, 2015 at 01:55 UTC | |
by three18ti (Monk) on Jan 30, 2015 at 20:28 UTC |