in reply to
Re^3: Net::Ftp Issue
in thread
Net::Ftp Issue
Thanks apl, but how do I print out the results of ftp->ls?
I tried:
my $result = $ftp->ls;
print $result;
But it does not return a value.
Comment on
Re^4: Net::Ftp Issue
In Section
Seekers of Perl Wisdom