How to find out the version of PERL being installed on your
LINUX machine.
Answer Posted / 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 |
Post New Answer View All Answers
How many data types are there in perl?
What is a chop() function in perl?
What is epoch time in perl?
Why aren't Perl's patterns regular expressions?
How to print escaping characters inside a string in perl?
What are the various advantages and disadvantages of perl?
What does localtime() do in perl?
How to create a package?
How and what are closures implemented in perl?
How to dereference a reference?
Why to use perl scripting?
What is the use of strict?
Where do we require ‘chomp’ and what does it mean?
What does redo statement do in perl?
How to find the length of an array in perl?