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
What is the difference between use and require in perl?
Explain subroutine?
There are two types of eval statements i.e. Eval expr and eval block. Explain them.
Explain the meaning of perl one-liner?
Which has the highest precedence, List or Terms? Explain?
What is the difference between use and require in perl programming?
What is the function of cgiwrap in cgi programming?
Explain the difference between die and exit in perl?
What are the advantages and disadvantages of perl language?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
How to convert arrays into a string in perl?
What is a chomp() function in perl?
What does the q{ } operator do?
what is the main function of fork() in cgi programming?
Define print() function in perl?