Help for this page

Select Code to Download


  1. or download this
    package Security::Monitoring::Logs::Normalization::Parser;
    
    use 5.006;
    ...
    
    
    1; # End of Security::Monitoring::Logs::Normalization::Parser
    
  2. or download this
    #!perl -T
    use 5.006;
    use strict;
    ...
                    $parser->parse($fh_input,$fh_output);
                    },"parser dies with undefined callback");
    close $fh_output;