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 does a die() function do in perl?
Write an expression or perl script to identify the entered ip address is valid or not?
Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
What is the main function of cookie server?
Explain the difference between my and local?
What is the use of strict?
Why do you use only Perl when there a lot of more languages available in market like C, Java?
Explain grooving and shortening of arrays?
Explain strftime() function in perl?
What are the characteristics of a project that is well suited to Perl?
How to close a directory in perl?
How can you replace the characters from a string and save the number of replacements?