How will you get the count of parameters passed to a perl subroutine?
Explain goto expr?
Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
How can you use Perl warnings and what is the importance to use them?
Which operator in perl is used for the concatenation of two strings?
Can inheritance be used in perl? Explain with the help of an example.
how to search a unique pattern in a file by using perl hash map function ??? plz answer me
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 are the various uses of perl?
Why to use perl?
How to read multi lines from a file in perl?
Define print() function in perl?
What is an interpolation in perl?