What are the different types of perl operators?
Answer / Lilpat Singh
Perl has several types of operators: arithmetic, comparison, logical, assignment, bitwise, string, regular expression, and miscellaneous.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does the q{ } operator do?
How to connect to SQL server through Perl?
Explain the different types of data perl can handle.
Explain returning values from subroutines?
Explain what is the scalar data and scalar variables in Perl?
What is the Common Gateway Interface?
How to compare two strings in perl?
What is the difference between die and exit in perl?
How do you set environment variables in perl?
How can you call a subroutine and identify a subroutine?
What are the features of perl language?
How will you create a file in perl?