start page | rating of books | rating of authors | reviews | copyrights

Learning Perl

Learning PerlSearch this book
Previous: D.3 The Command Line Appendix 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 Line Learning Perl Next: D.5 Many, Many More Functions
D.3 The Command Line Book Index D.5 Many, Many More Functions