in reply to Re^3: NET::FTP::Recursive
in thread NET::FTP::Recursive

Upon further inspection of the documentation, it appears the module's author forgot or otherwise neglected to document the usage of ParseSub.

My guess is to do something like this:
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
    I implemented your suggestion and the $sub call comes back undefined. The $yesterday_date is a date ...> 20060122.