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

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

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

Bigger Numbers The standard

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

Quote-Like Operators q/STRING/ 'STRING'

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

Symbolic Unary Operators Unary "!" performs logical negation, that is, "not". See also

2025-01-10 15:47:30