Hello all. I'm trying to return the "ls" method from Net::FTP to an array like so: @myarray = $FTP->ls() ;
foreach (@myarray) {
print "$_\n";
}
However, I'm getting in return the following :
ARRAY(0x2046a1a0)
Can someone point out the problem here ?
TEV
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
