in reply to Can't call method "extract_cookies" on an undefined value
So, it croaks when you try to call a method on it.
I think you need:
(untested)$ua->cookie_jar ($cookie_jar={}); # instead of $ua->cookie_jar ( {} );
The best defense against logic is ignorance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't call method "extract_cookies" on an undefined value
by Todd Chester (Scribe) on Oct 17, 2015 at 05:39 UTC | |
by Todd Chester (Scribe) on Oct 17, 2015 at 05:47 UTC | |
by Todd Chester (Scribe) on Oct 17, 2015 at 06:23 UTC | |
by Anonymous Monk on Oct 17, 2015 at 09:53 UTC |