next up previous contents
Next: Perl Statements Up: Operators Previous: The String Operators (.

Order of Precedence

The order of precedence is stricylt controlled in a similar manner to other languages. It is recommended to use parentheses to explicitly tell Perl how and in which order to evaluate operators.

Please refer to any good Perl book for Perl's order of preference of its operators.



dave@cs.cf.ac.uk