I am trying to make a FTP connection via my perl script and am using the standard: - $ftp=Net::FTP->new("$hostname") - script to create the object.
The problem is that I keep getting the error: "can't locate object method "new" via package "Net::FTP".
I think the 'use' reference is correct and so am wondering if any of you have seen this before and know what I can do to fix it.
Thanks in advance, Scott