1.

What are the types of operator Perl have ?

Answer»
  • ARITHMETIC OPERATORS, +, - ,* etc
  • Assignment operators: += , -+, *= etc
  • Increment/ DECREMENT operators: ++, --
  • String concatenation: ‘.’ operator
  • comparison operators: ==, !=, >, < , >= etc
  • Logical operators: &&, ||


Discussion

No Comment Found