Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    if( $hash2{$word} ) {
        print "Word $word is in hash2\n";
        }
    
  2. or download this
    export PERL_DEBUG_MSTATS=1
    perl test_hasheffeciency.pl