Help for this page

Select Code to Download


  1. or download this
    $VAR1 = 'summary';
    $VAR2 = {
    ...
              '29 ' => 2,
              '40 ' => 2
            };
    
  2. or download this
    for (@{$hash->{'prefix'}}) { 
         print "$_\n";
    }