in reply to
Coding styles using if/else
I use that pattern all the time. When I'm validating input, I want to bail out at the first sign of trouble. Once all input passes scrutiny, I continue with business. No need for an else clause in that case.
Comment on
Re: Coding styles using if/else
In Section
Seekers of Perl Wisdom