in reply to Re^4: a simple exercise in readability
in thread a simple exercise in readability
die $help unless $ARGV[1];
and it's previous incarnations will die erroneously if the user wants to sum from, say, -7 to 0. Perhaps unless defined $ARGV[1]; would be better?
Cheers,
JohnGG
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: a simple exercise in readability
by apotheon (Deacon) on Jan 15, 2007 at 17:08 UTC |