Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in chdir at ./tempfind.pl line 48.
    Use of chdir('') or chdir(undef) as chdir() is deprecated at ./tempfin
    +d.pl line 48.
    -rw-------   1 mcafee   mcfav      78323091 Nov 16 20:05 /home/mcafee/
    +updates/avvdat-6169.zip
    
  2. or download this
    #! /usr/opt/perl5/bin/perl -w
        eval 'exec /usr/opt/perl5/bin/perl -S $0 ${1+"$@"}'
            if 0; #$running_under_some_shell
    ...
        chdir $File::Find::dir;
        return !$?;
    }