Help for this page

Select Code to Download


  1. or download this
    perl -We'use strict; my $a; my $b = %{ $a }'
    
  2. or download this
    perl -We'use strict; my $a; my @b = map { $_ } %{ $a }'
    perl -we'use strict; sub foo {}; my $a; foo( @{ $a } )'