|
Posted by Stan Brown on January 5, 2005, 4:49 am
Please log in for more thread options
I grabed an old peice of code to resue tonight, and after
I loaded all teh apropriate perl modules, when I tried to
run it I got an error message that looked like this:
Can't locate object method "new" via package "Proc::PID_File" at ./ftpwatcher.pl
line 39.
The offending line of code looks like this:
my $Pid_File = Proc::PID_File->new(path=>"/var/run/ftpwatcher.pid");
Has this inteface changed? If so what do I need to do to
correct the problem?
--
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin
|