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
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
What are the purpose of close(), getc() and read() functions?
What $! In perl?
List the data types that Perl can handle?
What are the reasons that cookie server can’t handle multiple connections?
What is the use of -n and -p options?
What is boolean context?
What is perl pop array function?
What is perl push array function?
How do I send e-mail from a Perl/CGI program on a Unix system?
Can we load binary extension dynamically?
How to know whether a key exists or not in perl?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
How do I sort a hash by the hash value?
What is perl scripting?