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 tk module?
What does the command "use strict" do and why should you use it?
How to count no of occurrence of a unique patterns in perl?
What are scalars in perl?
What are prefix dereferencer? List them.
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
Explain tk?
Why do you program in Perl?
What does -> symbol indicates in Perl?
Which guidelines by Perl modules must be followed?
Explain what is lvalue?
Write a program to decode the data in the form using cgi programming