in reply to Re^3: NET::FTP::Recursive
in thread NET::FTP::Recursive
my $sub = sub { return shift =~ /$yesterdays_date/ }; my $output = $ftp->rget(ParseSub => $sub);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: NET::FTP::Recursive
by Anonymous Monk on Jan 24, 2006 at 17:10 UTC |