On Tue, May 6, 2008 at 9:49 AM, Robert Hicks <[EMAIL PROTECTED]> wrote:
> Is there anything wrong with:
>
>  if ( defined $one && defined $two && $one eq $two ) {
>    #### do something
>  }

No. Its fine.
You might be interested in "Operator Precedence and Associativity" [1]

[1] http://perldoc.perl.org/perlop.html#Operator-Precedence-and-Associativity

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to