in reply to Re: Can't call method "extract_cookies" on an undefined value
in thread Can't call method "extract_cookies" on an undefined value
That helped. Now I am getting an even sillier error:
Can't call method "extract_cookies" on unblessed reference at ./GetJavaTest.pl line 53 (#1)changing line 53 to:
$cookie_jar->HTTP::Cookies::extract_cookies($response);give the same error:
Can't call method "HTTP::Cookies::extract_cookies" on unblessed reference at ./GetJavaTest.pl line 53.What is an "unblessed reference" anyway?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't call method "extract_cookies" on an undefined value
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 |