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
What are perl array functions?
How do I replace every character in a file with a comma?
Give an example of using the -n and -p option.
How will you get the count of parameters passed to a perl subroutine?
Does Perl have reference type?
There are some duplicate entries in an array and you want to remove them. How would you do that?
Explain which feature of PERL provides code reusability?
How can you replace the characters from a string and save the number of replacements?
Explain goto expr?
How to code in perl to implement the tail function in unix?
How do I replace every TAB character in a file with a comma?
What is the function of cgiwrap in cgi programming?
Explain perl. When do you use perl for programming? What are the advantages of programming in perl?
What is the use of '>>' in perl?
What are the purpose of close(), getc() and read() functions?