1.

What Are The Different Types Of Perl Operators?

Answer»

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

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



Discussion

No Comment Found