Help for this page

Select Code to Download


  1. or download this
    my $hash = {
         a => 1,
         b => 2
    };
    
  2. or download this
    say $hash->{a};
    
  3. or download this
    $hash->some_func()