Help for this page

Select Code to Download


  1. or download this
    $VAR1 = '4';
    $VAR2 = {
    ...
              '10' => '170',
              '54' => '1'
            };
    
  2. or download this
        for my $file (sort keys %messagebin) {
          #enter into key
          $messagebin{$file}  then 
            foreach my $key in the above print out $key = $value
        }