in reply to
foreach not a global variable?
if ( ! defined $job ) { ... }
[download]
undef() is a function that sets any variable passed to it to undef.
My criteria for good software:
Does it work?
Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
Comment on
Re: foreach not a global variable?
Download
Code
In Section
Seekers of Perl Wisdom