Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        #print Data::Dumper->Dump([\$data]);
    
    }
    
  2. or download this
    Use of uninitialized value in pattern match (m//) at test.pl line 45.
    
  3. or download this
    if (   $e->{severity} =~ /High/
                && $e->{modified} =~ /($today|$yesterday)/ )
            {