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

Smartmatch Operator First available in Perl 5.10.1 (the 5.10.0 version behaved differently), binary ~~ does a "smartmatch"

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

Named Unary Operators The various named unary operators are treated as functions with one argument, with optional parentheses.

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

Logical Defined-Or Although it has no direct equivalent in C, Perl's // operator is related

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

Quote-Like Operators q/STRING/ 'STRING'

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

Bigger Numbers The standard

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

Range Operators Binary ".." is the range operator, which is really two different operators

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

Bitwise Or and Exclusive Or Binary "|" returns its operands ORed together bit by bit.

2025-01-10 15:47:30