Help for this page

Select Code to Download


  1. or download this
    use strict;
    my %cat;
    ...
      my ($class, $num) = split $;;
      print "cat[$class][$num] = $cat{$_}\n";
    }