I/O Operators There are several I/O operators you should know about. A string enclosed by backticks (grave
Regexp Quote-Like Operators Here are the quote-like operators that apply to pattern matching and related activities.
Conditional Operator Ternary "?:" is the conditional operator, just as in C. It works much
Logical Not Unary "not" returns the logical negation of the expression to its right. It's
No-ops Perl doesn't officially have a no-op operator, but the bare constants 0 and
Logical or and Exclusive Or Binary "or" returns the logical disjunction of the two surrounding
List Operators (Rightward) On the right side of a list operator, the comma has very low precedence, such that it controls all comma-separated
Relational Operators Perl operators that return true or false generally return values that can be safely used as numbers. For example, the
Quote and Quote-like Operators While we usually think of quotes as literal values, in Perl they function as operators, providing various kinds
C Operators Missing From Perl Here is what C has that Perl doesn't: unary & Address-of
Page 1 of 4