How to find out the version of PERL being installed on your
LINUX machine.
Answer Posted / hemant
You Can also find out version of Perl by using an System
Variable ... $]
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between die and exit in perl?
List all the features of perl programming?
What is the use of now constructor in perl?
How can you create anonymous subroutines?
Mention the difference between die and exit in Perl?
How can I display all array element in which each element will display on next line in perl ?
How do I sort a hash by the hash key?
Explain the meaning of closure in perl.
How to open a directory in perl?
What are the different string manipulation operators in perl?
How will you open a file in read-only mode in perl?
Does Perl have objects? If yes, then does it force you to use objects? If no, then why?
Write a program to show the process of spawning a child process
What is use of ‘->’ symbol?
You want to open and read data files with perl. How would you do that?