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