Help for this page

Select Code to Download


  1. or download this
    package Security::Monitoring::Logs::Normalization::Parser;
    
    use 5.006;
    ...
        }
    }
    
  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;</readmore>