Help for this page

Select Code to Download


  1. or download this
    my %h = (1 => 'a', 2 => 'b', 3 => 'c');
    my @a = (2, 3);
    ...
    __END__
    b
    c