Trigraph (computing)
Appearance
Trigraphs are three-character sequences used to enter single conceptual characters that cannot be entered from the computer keyboard for various reasons: obsolete keyboard, input of special characters is required, the text editor reserves some characters for special use, etc. Trigraphs can also be used to extend the keyboard.
Different systems have different sets of defined Trigraphs.
Trigraphs Operators in Perl
- Trigraph Operators* are operators that are represented by three character symbols. Perl supports the following trigraph symbols:
Arithmetic Combination Assignment Operators
- = exponent
Shift Combination Assignment Operators
<<= Binary Shift Left >>= Binary Shift Right
Logical Combination Assignment Operators
||= OR &&= AND
Ellipsis Operator
... ellipsis