Help for this page

Select Code to Download


  1. or download this
    my %a;
    @a{ my @b } = ();
    
  2. or download this
    perl -wle 'use Data::Dumper; my %a; @a{my @b=()} = (); print Dumper(\%
    +a)'