How to find out the version of PERL being installed on your
LINUX machine.

Answers were Sorted based on User's Feedback



How to find out the version of PERL being installed on your LINUX machine...

Answer / thangaraju

perl -V and perl -v

Is This Answer Correct ?    9 Yes 0 No

How to find out the version of PERL being installed on your LINUX machine...

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

How to find out the version of PERL being installed on your LINUX machine...

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

How to find out the version of PERL being installed on your LINUX machine...

Answer / hemant

You Can also find out version of Perl by using an System
Variable ... $]

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More CGI Perl Interview Questions

Does Perl have objects? If yes, then does it force you to use objects? If no, then why?

0 Answers  


Explain the arguments for perl interpreter.

0 Answers  


How the interpreter is used in Perl?

0 Answers  


Mention what is cpan?

0 Answers  


What is the function of virtual documents in cgi programs?

0 Answers  


Explain socket programming in perl?

0 Answers  


What is the main function of cookie server?

0 Answers  


How does polymorphism work in perl?

0 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

0 Answers  


How interpreter is used in perl?

0 Answers  


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

0 Answers  


What is perl programming?

0 Answers  


Categories