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
Explain chop?
When would `local $_' in a function ruin your day?
What are some common methods to all handles in perl?
Explain lists in perl?
Explain the difference between "my" and "local" variable scope declarations. ?
What is hash?
Who created perl?
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
Explain lists ?
What does redo statement do in perl?
What are the options that can be used to avoid logic errors in perl?
How can information be put into hashes?
What are different data types that perl supports. Elaborate on them.
what is the main function of fork() in cgi programming?
Write a script to reverse a string without using perl's built in functions?