Help for this page

Select Code to Download


  1. or download this
    use File::Find qw(finddepth);
    die "GIVE DIRECTORY NAME AS AN ARGUMENT\n" unless @ARGV;
    ...
    print "FILE COUNT = $j\n";
    print "TOTAL RECORD COUNT = $x\n";
    }
    
  2. or download this
    foreach($y=0)
    {
    ...
    unless( $y++ % 80 ) 
    {
    <STDIN>;