in reply to File test in grep not excluding current directory
preprocess => sub { print "preprocessing [@_]"; return grep -f $_ && -M _ < 1, @_ } [download]