in reply to
Re^2: Coding styles using if/else
in thread
Coding styles using if/else
For this kind of usage, with an error message, he should use
die
instead of
exit
.
Comment on
Re^3: Coding styles using if/else
In Section
Seekers of Perl Wisdom