How to find out the version of PERL being installed on your
LINUX machine.
Answer Posted / 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 View All Answers
How can you replace the characters from a string and save the number of replacements?
How many loop control keywords are there in perl?
What does last statement do in perl?
what is Chop & Chomp function does?
You want to concatenate strings with perl. How would you do that?
Explain gmtime() function in perl?
What is the difference between perl list and perl array?
Write syntax to add two arrays together in perl?
How do I replace every character in a file with a comma?
Explain what is STDIN, STDOUT and STDERR?
What are the steps involved in configuring a server using cgi programming?
How to merge two arrays in perl?
How many ways can we express string in Perl?
Explain perl. What are the advantages of programming in perl?
Write a script to reverse a string without using perl's built in functions?