Help for this page

Select Code to Download


  1. or download this
    sub mass_init (\%\@$);
    
    ...
      # $hashref->{$_} = $string for @$arrayref;
      @{ %$hashref }{ @$arrayref } = ($string) x @$arrayref;
      }
    
  2. or download this
    $VAR1 = {
              'a' => 'toto',
    ...
              'f' => 'toto',
              't' => 'toto'
            };