Help for this page

Select Code to Download


  1. or download this
    $ perl -v
    
    This is perl 5, version 28, subversion 0 (v5.28.0) built for darwin-th
    +read-multi-2level
    ...
    
  2. or download this
    $ perl -E 'my $href = { key => 42 }; my %h = $href->%*; say $h{key}'
    42