Help for this page

Select Code to Download


  1. or download this
    my %cmd = (
                Mon => [ qw( Jim ) ],
    ...
    
    print scalar @{ $cmd{ $_ } }, " can't make it on $_\n"
      foreach keys %cmd;