Write syntax to use grep function?
How to turn on Perl warnings? Why is that important?
What is perl programming?
How to access parameters passed to a subroutine in perl?
Explain ivalue in perl?
what is Chop & Chomp function does?
What is epoch time in perl?
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?
Write syntax to use grep function?
How to read a single line from a file in 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.
Explain goto name?
Write a cgi program to show the header part?