![]() |
|
P is for Practical | |
PerlMonks |
Re^3: email address as usernameby Happy-the-monk (Canon) |
on Oct 17, 2018 at 19:23 UTC ( #1224180=note: print w/replies, xml ) | Need Help?? |
You are getting the error on your first use of the $ftp object. That means the construction of it in the line above failed, where you specified $ftp = Net::FTP->new($host, Debug => 0); I can't see from here why it failed, you will have to debug if you can reach $host using some other method to ftp for instance. Cheers, Sören Créateur des bugs mobiles - let loose once, run everywhere.
In Section
Seekers of Perl Wisdom
|
|