Demonstrate subroutines in perl with a simple example.
No Answer is Posted For this Question
Be the First to Post Answer
Explain chomp?
how to install a package in perl ????
Define operators used in perl?
How to close a directory in perl?
What is the use of -w, -t and strict in Perl?
What is the use of '>>' in perl?
How can arrays be tied?
What is boolean context?
How to dereference a reference?
How to concatenate strings with perl?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
What can be done for efficient parameter passing in perl? Explain.