What are numeric operators in perl?
No Answer is Posted For this Question
Be the First to Post Answer
What?s your favorite module and why?
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 happens when you return a reference to a private variable?
How to read file into hash array ?
What is the use of now constructor in perl?
What are the arguements we normally use for perl interpreter?
How to open and read data files with Perl
How interpreter is used in perl?
What are scalars?
How to sort dates in Perl ?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
you are required to replace a char in a string and store the number of replacements. How would you do that?