[EMAIL PROTECTED] wrote:
> Hello all.
> 
> I'm trying to return the "ls" method from Net::FTP to an array like
> so: @myarray = $FTP->ls() ;
        Change @myarray to $myarray
> 
> foreach (@myarray) {
        @{$myarray} for @myarray

> print "$_\n";
> }
> 
> However, I'm getting in return the following :
> ARRAY(0x2046a1a0)
        


      Any questions and/or problems, please let me know.

      Thanks.

Wags ;)
Int: 9-8-002-2224
Ext: 408-323-4225x2224



**********************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
****************************************************************


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to