Friday, 16 November 2012

What are the different types of perl operators? | Perl Scripting Interiew Questions

There are four different types of perl operators they are
(i) Unary operator like the not operator
(ii) Binary operator like the addition operator
(iii) Tertiary operator like the conditional operator
(iv) List operator like the print operator

No comments: