Help for this page

Select Code to Download


  1. or download this
    my $x = { map {; $_ + 1 => (qw/Jan Feb Mar/)[$_] } 0 .. 2 }
    
  2. or download this
    my $x = hash <Jan Feb Mar ...> Z 1..12;