Help for this page

Select Code to Download


  1. or download this
    perl -le '$n=0; $h{"foo"=>$n++}=$n for (0..3); print "$_ => $h{$_}" fo
    +r (sort keys %h)'
    foo0 => 1
    foo1 => 2
    foo2 => 3
    foo3 => 4