Learning Perl

Learning PerlSearch this book
Previous: D.3 The Command LineAppendix D
Topics We Didn't Mention
Next: D.5 Many, Many More Functions
 

D.4 Other Operators

The comma operator, for one. And there are the bit manipulation operators &, |, ^, and ~, the ternary ? : operator, and the .. and ... flip-flop operators, just to name a few.

And there are some variations on operators, like using the g modifier on match. For this and more, see perlop (1).


Previous: D.3 The Command LineLearning PerlNext: D.5 Many, Many More Functions
D.3 The Command LineBook IndexD.5 Many, Many More Functions