
FishMonger
Veteran
/ Moderator
Jan 15, 2013, 9:15 AM
Post #5 of 5
(2949 views)
|
Re: [ningji] Can't call method "header" on an undefined value at /.../login.pl line 19.
[In reply to]
|
Can't Post
|
|
Safe.pm is a core module (Safe was first released with perl 5.002), which means that it should have been included in the base install of perl. If it's not on your system, then I'd say that your perl installation is broken. You could use cpan to install the module, but if this core module is missing, the next question you should ask yourself is "what other core modules are missing?".
(This post was edited by FishMonger on Jan 15, 2013, 9:15 AM)
|