How to find out the version of PERL being installed on your
LINUX machine.
Answer Posted / thangaraju
perl -V and perl -v
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Differentiate between use and require, my and local, for and foreach and exec and system
Explain chomp?
What are hashes?
Explain string comparison operators in perl.
Is perl a case sensitive language?
Define dynamic scoping.
Define operators used in perl?
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
What is 'rollback' command in perl?
How to prevent file truncation in perl?
What are the arguments and what do they mean in perl programming?
What is a perl references?
Which functions in Perl allows you to include a module file or a module and what is the difference between them?
What does the qx{ } operator do?
How to create a directory in perl?