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 are the two ways to get private values inside a subroutine or block?
Explain what is STDIN, STDOUT and STDERR?
How can you call a subroutine and identify a subroutine?
Mention how many ways you can express string in Perl?
how to connect cisco switch uisng perl script
How to open a directory in perl?
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
What is -> symbol in perl?
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
How we can navigate the xml documents?
what r the future opportunities in PERL/LINUX after 3 years ??
Explain lists and ivalue?