in reply to
empty 'else' block
You don't need that "else", so be kind to your keyboard and save a { and a }. The default "else" is do nothing anyway, which is what you want to do if an if isn't. -Matt :)
Comment on
Re: empty 'else' block
In Section
Seekers of Perl Wisdom