Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    my $hash1->{ $split[0] } = $split[1];
    print $hash1->{MONTH} . "\n";
    
  2. or download this
    $ ./962633.pl
    January
    MONTH January
    January