Hi,
I have got a perl script which creates a file and ftp's it to an intranet site. I made an executable from it with PerlApp (from the Perl Developer's Kit).
The perl script itself works fine, but the executable fails with the error
Can't locate object method "new" via package "Net::FTP::A" at IO/Socket.pm line 162.
Any idea?
I have got a perl script which creates a file and ftp's it to an intranet site. I made an executable from it with PerlApp (from the Perl Developer's Kit).
The perl script itself works fine, but the executable fails with the error
Can't locate object method "new" via package "Net::FTP::A" at IO/Socket.pm line 162.
Any idea?