Subject: | Can't call method "errstr" on an undefined value at ... |
I'm getting this error:
Can't call method "errstr" on an undefined value at
blib/lib/Net/UKDomain/Nominet/Automaton.pm (autosplit into
blib/lib/auto/Net/UKDomain/Nominet/Automaton/query.al) line 643.
So I've tried to find the problem, using:
nano `perldoc -l Net::UKDomain::Nominet::Automaton`
I've tried to test this by changing line 643, even moving it up or down,
the error line still persists when I call the query sub.
Even if I move the entire sub down, the error remains the same,
including the line number.
I've tried this on functions such as "renew", this causes a similar
error, the line number is different, but doesn't change.