How to find out the version of PERL being installed on your
LINUX machine.
Answer Posted / ramana murthy
You Can also find out version of Perl by using an System
Variable ... $^V
Thanks
Ramana Murthy
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do I print the entire contents of an array with Perl?
Explain the various characteristics of perl.
What is the function of virtual documents in cgi programs?
How to code in perl to implement the tail function in unix?
What is the difference between die and exit in perl?
What are the functions that can be performed using cgi program?
List the operator used in Perl?
what is the function that is used to identify how many characters are there in a string?
Explain the use of 'my' keyword in perl?
What are the arguements we normally use for perl interpreter?
What is perl push array function?
What is an interpolation in perl?
How to dereference a reference?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
How to implement a stack in Perl?