Help for this page

Select Code to Download


  1. or download this
    my @data = ( 1..4 );
    $$_ = eval{ local $"="+"; eval "@data" } for \my $columnsum;
    
  2. or download this
    @$_{@keys} = @values for \my %hash;
    
  3. or download this
    my %hash; @hash{@keys} = @values;