Help for this page

Select Code to Download


  1. or download this
    while (<INFILE>)
    {
         my ($infile, $dir, $type);
    ...
         }
         print "$infile $dir $type\n";
    }