Help for this page

Select Code to Download


  1. or download this
    my $flag;
    my $x = 1;
    ...
            print "counted $counter lines for file $dir\n";
        return %filehash;
    }
    
  2. or download this
    use Data::Compare;
    use Data::Dumper;
    ...
            print "counted $counter lines for file $dir\n";
        return \%filehash;
    }