2017-10-07 Note added by Athanasius: This node was copied from StackOverflow. See also Re: Extract specify values in file log using perl.
Is there any difference between these 2:
print "Undefined\n" unless defined $test;and
print "Undefined\n" unless $test;In reply to Do I need to use defined? by IruP
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |