in reply to Bad file descriptor' error with automated FTP script.
my $files = $ftp->ls(); # this returns an arrayref for my $filename (@$files) { # put your code in here to deal with each file }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Bad file descriptor' error with automated FTP script.
by Anonymous Monk on May 14, 2004 at 08:19 UTC | |
by castaway (Parson) on May 14, 2004 at 12:12 UTC |