Tuesday, 11 March 2014

Operators-Introduction



What is an operator?

Simple answer can be given using expression 4 + 5 is equal to 9. Here 4 and 5 are called operands and + is called operator. Perl language supports many operator types but following is a list of important and most frequently used operators:
·         Arithmetic Operators
·         Equality Operators
·         Logical Operators
·         Assignment Operators
·         Bitwise Operators
·         Logical Operators
·         Quote-like Operators
·         Miscellaneous Operators

No comments: