Help for this page

Select Code to Download


  1. or download this
        $hash{$var_p} = $var;
    
  2. or download this
    use strict;
    use warnings;
    ...
    @hash{@keys} = @values;
    
    print Dumper \%hash;
    
  3. or download this
  4. or download this