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 |
Write an expression or perl script to identify the entered ip address is valid or not?
What is the easiest way to download the contents of a URL with Perl?
What is the function of virtual documents in cgi programs?
Mention the difference between die and exit in Perl?
What value is returned by a lone `return;’ statement?
what is the procedure to define a user define module in your perl application?
What is posix in perl?
How can you replace the characters from a string and save the number of replacements?
write a script to check whether user enter a value is a leap year or not?
3 Answers Oracle, Persistent, ViPrak,
Explain the difference between die and exit in perl?
Write syntax to use grep function?
What is boolean context?