in reply to Re^5: Google::Search error
in thread Google::Search error
OP has NOT shown us what is on Ln 9; is Ln 9 the use... statement?"
ww When is the last time you read the error message?
overload arg '' is invalid at C:/Perl64/site/lib/Google/Search/Error.p +m line 9
Hmm, errormessage at filename line linenumber
Where is the error? Google/Search/Error.pm line 9
Let see Google/Search/Error.pm line 9
package Google::Search::Error;
use Any::Moose;
use Google::Search::Carp;
use overload
"" => \&reason,
fallback => 1,
;
Its a typo, I supposed its supposed to be '""'
|
|---|