in reply to Beginners guide to Net::FTP
Another common mistake is to wrap the $ftp->message in quotes, e.g. $ftp->login('user','passwd') or die "Couldn't login: $ftp->message". If you do that, you'll get a very unhelpful error message :-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Beginners guide to Net::FTP
by Aristotle (Chancellor) on Aug 14, 2002 at 21:43 UTC |