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

Differences between die and exit.

0 Answers  


What are hashes?

0 Answers  


How to copy a file in perl?

0 Answers  


what is the procedure to define a user define module in your perl application?

2 Answers   IBM,


What are the two ways to get private values inside a subroutine?

0 Answers  






What are the different ways to run cgi?

0 Answers  


Enlist the advantages of using c over perl?

0 Answers  


When do you use perl programming?

0 Answers  


How can arrays be tied?

0 Answers  


What is lexical variable in perl?

0 Answers  


What are the steps involved when the cgi program starts running?

0 Answers  


Where do we require ‘chomp’ and what does it mean?

0 Answers  


Categories