Help for this page

Select Code to Download


  1. or download this
    if ($key == 48)
      {
    ...
        $msg{$key} = $val;
      }
    
  2. or download this
    
    #Change:
    ...
    #And lose the else around:
    $msg{$key} = $val;
    
  3. or download this
    use Data:Dumper;
    
  4. or download this
    print Dumper(\%msg);
    
  5. or download this
    if ($key == 48)
            {
    ...
               $val=\%msg48;
            }