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
Can we load binary extension dynamically?
What are some of the key features of objects in perl?
Comment on array slicing and range operator
What is perl unshift array function?
In CPAN module, name an instance you use.
What is the difference between use and require in perl?
What does the qx{ } operator do?
What is the use of 'ne' operator?
What is the difference between perl array and perl hash?
Elaborate on perl bite-wise operators.
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
What are the various file operations in perl. Explain with example.
What are arrays in perl?
How to remove a directory in perl?
How to concatenate strings in perl?