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 a chomp() function in perl?

0 Answers  


Write an example explaining the use of symbol tables.

0 Answers  


what are the steps involved in reading a cgi script on the server?

0 Answers  


I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl

4 Answers  


Define operators used in perl?

0 Answers  






What does next statement do in perl?

0 Answers  


Explain grooving and shortening of arrays and splicing of arrays?

0 Answers  


What is cpan ? What are the modules coming under this?

0 Answers  


What is the difference between module and package?

4 Answers   EDS, IBM, Symantec,


What is perl? What is the basic command to print a string in perl?

0 Answers  


What is the syntax used in Perl grep function?

0 Answers  


Which feature of perl provides code reusability?

0 Answers  


Categories