Monday, January 3, 2011

Perl - Logical Operators

This is a concise tutorial on logical operators in Perl.

Logical Operators Quick Reference Table
Logical Meaning Perl Code
numeric equals ==
numeric not equals !=
LHS greater than or equal to RHS >=
LHS less than or equal to RHS <=
and &&
or ||
string equals eq
string not equals ne


There will be more to come on this one but for the moment I'll just leave you with a link to the perl op docs which is a comprehensive resource.

No comments:

Post a Comment

Online Marketing