SamCG has asked for the wisdom of the Perl Monks concerning the following question:
for (@data){ @datafiles = $ftp->ls("*$_\.*1"); @datafiles = reverse @datafiles; print "files available=\n".join ", ", @datafiles; print "\n"; $currentfile = $datafiles[0]; print "getting $currentfile\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to alternate join?
by Roy Johnson (Monsignor) on May 05, 2005 at 15:43 UTC | |
|
Re: how to alternate join?
by Roy Johnson (Monsignor) on May 05, 2005 at 18:05 UTC | |
by SamCG (Hermit) on May 05, 2005 at 18:24 UTC | |
|
Re: how to alternate join?
by blazar (Canon) on May 05, 2005 at 15:42 UTC | |
|
Re: how to alternate join?
by tlm (Prior) on May 05, 2005 at 15:45 UTC | |
|
Re: how to alternate join?
by davidrw (Prior) on May 05, 2005 at 15:53 UTC |