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 does a die() function do in perl?
what are the three groups involved in information sharing?
Is perl compiler or interpreter?
How do you you check the return code of a command in perl?
What are the various perl data types based on the context?
Explain ivalue in perl?
What does undef function in perl?
When would `local $_' in a function ruin your day?
How the interpreter is used in Perl?
What is lexical variable in perl?
What is the usage of -i and 0s options?
How do I read command-line arguments with Perl?
How to know whether a key exists or not in perl?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
Which has highest precedence in between list and terms? Explain?