How to find out the version of PERL being installed on your
LINUX machine.
Answers were Sorted based on User's Feedback
Answer / shashi
Just write perl -v
it will display the version:
This is perl, v5.8.5 built.........
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / hemant
You Can also find out version of Perl by using an System
Variable ... $]
| Is This Answer Correct ? | 0 Yes | 4 No |
What is the function of cgiwrap in cgi programming?
What does init 5 and init 0 do?
What are the various uses of perl?
How to concatenate strings with perl?
what is the meaning of rigging?
What is perl push array function?
Why does Perl not have overloaded functions?
Write a cgi program to show the header part?
What are the logical operators used for small scale operations?
Write a script to reverse a string without using perl's built in functions?
what is CPAN?
Explain which feature of PERL provides code reusability?