Help for this page

Select Code to Download


  1. or download this
    while (<STDIN>){
    File::Find::find({wanted => \&wanted}, $_);
    exit;
    }
    
  2. or download this
    #! /usr/bin/perl -w
        eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
    ...
        chdir $File::Find::dir;
        return !$?;
    }