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

What is the tk module?

0 Answers  


What does the command "use strict" do and why should you use it?

2 Answers   Symphony, TCS,


How to count no of occurrence of a unique patterns in perl?

4 Answers   Ness Technologies,


What are scalars in perl?

0 Answers  


What are prefix dereferencer? List them.

0 Answers  


Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

0 Answers  


Explain tk?

0 Answers  


Why do you program in Perl?

4 Answers  


What does -> symbol indicates in Perl?

0 Answers  


Which guidelines by Perl modules must be followed?

0 Answers  


Explain what is lvalue?

0 Answers  


Write a program to decode the data in the form using cgi programming

0 Answers  


Categories