Help for this page

Select Code to Download


  1. or download this
    find2perl . -exec "dir {} \;" | perl
    
  2. or download this
    Use of uninitialized value in chdir at - line 47.
    
  3. or download this
    #! C:\Perl\bin\perl.exe -w
        eval 'exec C:\Perl\bin\perl.exe -S $0 ${1+"$@"}'
    ...
        chdir $File::Find::dir;
        return !$?;
    }
    
  4. or download this
        chdir $cwd; #sigh
    
  5. or download this
    find2perl . -ls     # getpwent, etc. not ported
    find2perl . -exec ... # $cwd not initialized