Lightning flashed, thunder crashed and Peter Cornelius <c-peter.cornelius@livep
lanet.com> whispered:
| > Use:
| >
| > if (@ARGV and -T $ARGV[0]) { ... }
|
| Just wondering if there is a reason for using the lower precedence 'and'
| here instead of '&&'? I haven't been finding many uses for 'and' which
| tells me I might not fully understand it.
In this particular case, not really. Other than Jeff prefers to.
Understanding precidence levels and determining which is the best choice is
often a case of individual preference.
-spp