Re: SV: File::Find

2004-07-05 Thread Randal L. Schwartz
> "Jakob" == Jakob Kofoed <[EMAIL PROTECTED]> writes: Jakob> I used find2perl to get the syntax of File::Find: If you're comfortable with "find", but not with File::Find, you may find (gah) File::Finder in the CPAN to be more your style. >> I am trying to create a script which can traverse d

SV: File::Find

2004-07-05 Thread Jakob Kofoed
Sorry about that: I used find2perl to get the syntax of File::Find: #! /usr/bin/perl -w eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; #$running_under_some_shell use strict; use File::Find (); # Set the variable $File::Find::dont_use_nlink if you're using AFS, # since AFS cheats.