Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use strict;
    ...
    my %hash = ('' => 'Hello ', '1' => 'World');
    
    say $hash{ WA() }, @hash{ WA() };