PERL -- Operators - Carnegie Mellon School of Computer Science
Operators Since perl expressions work almost exactly like C expressions, only the differences will be mentioned here. Here's what perl has that C doesn't: ** The exponentiation operator. **= The exponentiation assignment operator. The null list, used to i...