Help for this page

Select Code to Download


  1. or download this
    while( <> ) {
        chomp;
        my( $key, $subkey ) = split;
        $h{$key}{$subkey}++;
    }
    
  2. or download this
    #! /usr/bin/perl -w
    
    ...
            print "$c is complicated\n";               
        }
    }