Help for this page

Select Code to Download


  1. or download this
    $hashref<uno dos tres> = <some three values>;
  2. or download this
    $ ./perl6 -e 'my $h = {}; $h<a b c> = 1..3; say $h.perl'
    {"a" => 1, "b" => 2, "c" => 3}