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

Learning Perl on Win32 Systems

Learning Perl on Win32 SystemsSearch 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 .


Previous: D.3 The Command Line Learning Perl on Win32 Systems Next: D.5 Many, Many More Functions
D.3 The Command Line Book Index D.5 Many, Many More Functions