in reply to
Re: Problem with Net::FTP login
in thread
Problem with Net::FTP login
use strict;
use warnings;
Always use stricter to figure out the issue easily.
Comment on
Re^2: Problem with Net::FTP login
In Section
Seekers of Perl Wisdom