SilverB1rd has asked for the wisdom of the Perl Monks concerning the following question:
if ( ( $query->param("Shipping_address") || $query->param("shipCity") || $query->param("shipState") || $query->param("shipcountry") || $query->param("shipZip") || $query->param("shipdayph") ) && ( !$query->param("Shipping_address") || !$query->param("shipCity") || !$query->param("shipState") || !$query->param("shipcountry") || !$query->param("shipZip") || !$query->param("shipdayph") ) ) { failure(); }
------
PT - Perl Tanks %100 Perl programming game
The Price of Freedom is Eternal Vigilance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Nicer If...
by suaveant (Parson) on Jul 12, 2001 at 23:09 UTC | |
by Biker (Priest) on Jul 13, 2001 at 16:53 UTC | |
by suaveant (Parson) on Jul 13, 2001 at 17:28 UTC | |
|
Re: Nicer If...
by runrig (Abbot) on Jul 12, 2001 at 23:12 UTC | |
by suaveant (Parson) on Jul 12, 2001 at 23:16 UTC | |
by suaveant (Parson) on Jul 12, 2001 at 23:18 UTC |