which I should change toif ( $some_value =~ /some_thing_here/ ) { .... }
if ( defined $some_value && $some_value =~ /some_thing_here/ ) { .... }
In reply to Re: use warnings => Use of uninitialized value...
by jeanluca
in thread use warnings => Use of uninitialized value...
by jeanluca
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |