in reply to Re: Help choosing the most efficient, dependable condition(al)
in thread Help choosing the most efficient, dependable condition(al)
It's me. I'm sure of it.
Which is why I came here to ask. :)
OTOH I've used this method for at least a couple of years now. With the exception of an occasional "Use of uninitialized value $ENV{"HTTP_ACCEPT"}...". I can't see any issue(s).
But that doesn't mean it's correct.
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^3: Help choosing the most efficient, dependable condition(al)
by kcott (Archbishop) on Nov 13, 2013 at 19:47 UTC | |
by taint (Chaplain) on Nov 13, 2013 at 20:01 UTC | |
by kcott (Archbishop) on Nov 13, 2013 at 20:35 UTC |