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

Integer Arithmetic By default, Perl assumes that it must do most of its arithmetic in floating point. But by saying

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

Assignment Operators "=" is the ordinary assignment operator. Assignment

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

Quote-Like Operators q/STRING/ 'STRING'

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

Bigger Numbers The standard

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

C-style Logical Or Binary "||" performs a short-circuit logical OR operation. That is, if

2025-01-10 15:47:30