in reply to comparing two values under 'perl -w'
and and or are the same as && and ||, except their precedence is much lower.( defined $a and defined $b and $a == $b )
don't use $a and $b. they're for sort
~Particle ;Þ
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: comparing two values under 'perl -w'
by kappa (Chaplain) on Apr 02, 2002 at 15:47 UTC | |
by particle (Vicar) on Apr 02, 2002 at 16:22 UTC |