How to create a package?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between use and require in perl?
How to change a directory in perl?
How to replace perl array elements?
Differentiate between use and require, my and local, for and foreach and exec and system
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 does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
Which functions in perl allows you to include a module file.
Mention how many ways you can express string in Perl?
What is the peculiarity of returning values by subroutines in perl?
What is grep used for in perl?
What does next statement do in perl?
What is perl dbi?