Perl Monk, Perl Meditation | |
PerlMonks |
Lexicon's scratchpadby Lexicon (Chaplain) |
on Jun 02, 2004 at 06:53 UTC ( [id://359230]=scratchpad: print w/replies, xml ) | Need Help?? |
perl -le "use warnings; use File::Find; find (\&wanted, 'WS_FTP.LOG'); sub wanted{ unlink $File::Find::name };" |
|