List Operators (Rightward)
  • References/Perl/Perl/Operators

List Operators (Rightward) On the right side of a list operator, the comma has very low precedence, such that it controls all comma-separated

2025-01-10 15:47:30
Logical Not
  • References/Perl/Perl/Operators

Logical Not Unary "not" returns the logical negation of the expression to its right. It's

2025-01-10 15:47:30
No-ops
  • References/Perl/Perl/Operators

No-ops Perl doesn't officially have a no-op operator, but the bare constants 0 and

2025-01-10 15:47:30
I/O Operators
  • References/Perl/Perl/Operators

I/O Operators There are several I/O operators you should know about. A string enclosed by backticks (grave

2025-01-10 15:47:30
Conditional Operator
  • References/Perl/Perl/Operators

Conditional Operator Ternary "?:" is the conditional operator, just as in C. It works much

2025-01-10 15:47:30
Logical or and Exclusive Or
  • References/Perl/Perl/Operators

Logical or and Exclusive Or Binary "or" returns the logical disjunction of the two surrounding

2025-01-10 15:47:30
Regexp Quote-Like Operators
  • References/Perl/Perl/Operators

Regexp Quote-Like Operators Here are the quote-like operators that apply to pattern matching and related activities.

2025-01-10 15:47:30
Relational Operators
  • References/Perl/Perl/Operators

Relational Operators Perl operators that return true or false generally return values that can be safely used as numbers. For example, the

2025-01-10 15:47:30
Exponentiation
  • References/Perl/Perl/Operators

Exponentiation Binary "**" is the exponentiation operator. It binds even more tightly than

2025-01-10 15:47:30
Shift Operators
  • References/Perl/Perl/Operators

Shift Operators Binary "<<" returns the value of its left argument shifted left by

2025-01-10 15:47:30