Additive Operators
  • References/Perl/Perl/Operators

Additive Operators Binary "+" returns the sum of two numbers. Binary

2025-01-10 15:47:30
Quote and Quote-like Operators
  • References/Perl/Perl/Operators

Quote and Quote-like Operators While we usually think of quotes as literal values, in Perl they function as operators, providing various kinds

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
Equality Operators
  • References/Perl/Perl/Operators

Equality Operators Binary "==" returns true if the left argument is numerically equal to

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

Multiplicative Operators Binary "*" multiplies two numbers. Binary

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

Comma Operator Binary "," is the comma operator. In scalar context it evaluates its left

2025-01-10 15:47:30
Gory details of parsing quoted constructs
  • References/Perl/Perl/Operators

Gory details of parsing quoted constructs When presented with something that might have several different interpretations, Perl uses the DWIM

2025-01-10 15:47:30
Terms and List Operators (Leftward)
  • References/Perl/Perl/Operators

Terms and List Operators (Leftward) A TERM has the highest precedence in Perl. They include variables, quote and quote-like operators, any

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

Bitwise And Binary "&" returns its operands ANDed together bit by bit. Although no warning

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

Bitwise String Operators Bitstrings of any size may be manipulated by the bitwise operators (~ | & ^).

2025-01-10 15:47:30