in reply to Re^3: Help choosing the most efficient, dependable condition(al)
in thread Help choosing the most efficient, dependable condition(al)
My rationale (which might be an oxymoron) was that if I didn't have an Accept value (one wasn't provided). the unless would ensure an "always valid" -- see; defined value. No?
I think this speaks volumes on how I think. Kinda' scary. It's so revealing. :)
Thanks again, for taking the time to respond!
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help choosing the most efficient, dependable condition(al)
by kcott (Archbishop) on Nov 13, 2013 at 20:35 UTC |