use strict; use warnings; my $x; if (defined $x) { # do nothing } else { print "\$x is not defined\n" }
In reply to Re^2: step over or ignore function in Perl?!
by cdarke
in thread step over or ignore function in Perl?!
by fraizerangus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |