How to find out the version of PERL being installed on your
LINUX machine.
Answer Posted / 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 |
Post New Answer View All Answers
How do I read command-line arguments with Perl?
What is qq (double q)operator in perl?
Explain the difference between "my" and "local" variable scope declarations. ?
Mention how many ways you can express string in Perl?
How do you set environment variables in perl?
What are the logical operators used for small scale operations? Explain them briefly.
What is the main function of cookie server?
What is the use of -t?
What is the difference between die and exit in perl?
How many data types are there in perl?
How many ways can we express string in Perl?
Write the program to process a list of numbers.
How do find the length of an array?
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
You want to open and read data files with perl. How would you do that?