Help for this page

Select Code to Download


  1. or download this
    @fields = split /:/;
    $process = shift @fields;
    $hash{$process}{'TEXT'} = shift @fields;
    $hash{$process}{'ACTION'} = shift @fields;
    $hash{$process}{'EMAIL'} = shift @fields;
    
  2. or download this
    foreach my $processKey (sort keys %hash)
    {
    ...
          print ":$daemontable{$processKey}{$hashKey}\n";
       }
    }