Help for this page

Select Code to Download


  1. or download this
    perl -we 'my %h; my @x = ( @{$h{a}} )'
    
  2. or download this
    perl -wE 'my %h; foreach $x ( @{$h{a}} ) { say $x }; exists $h{a} and 
    +print "true\n"'