Quote and Quote-like Operators While we usually think of quotes as literal values, in Perl they function as operators, providing various kinds
C Operators Missing From Perl Here is what C has that Perl doesn't: unary & Address-of
Additive Operators Binary "+" returns the sum of two numbers. Binary
Floating-point Arithmetic While use
Equality Operators Binary "==" returns true if the left argument is numerically equal to
Assignment Operators "=" is the ordinary assignment operator. Assignment
Bitwise And Binary "&" returns its operands ANDed together bit by bit. Although no warning
Comma Operator Binary "," is the comma operator. In scalar context it evaluates its left
Integer Arithmetic By default, Perl assumes that it must do most of its arithmetic in floating point. But by saying
Multiplicative Operators Binary "*" multiplies two numbers. Binary
Page 2 of 4