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
What does undef function in perl?
Explain the difference between "my" and "local" variable scope declarations. ?
Elaborate on perl bite-wise operators.
Is perl a case sensitive language?
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
What is perl unshift array function?
What are the steps involved in configuring a server using cgi programming?
Explain 'grep' function.
What are stdin, stdout and stderr?
What are the logical operators used for small scale operations? Explain them briefly.
What is cpan ? What are the modules coming under this?
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
Why do we use "use strict" in perl?
How can I display all array element in which each element will display on next line in perl ?
List the operator used in Perl?