What is an interpolation in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any way to add two arrays together?
How to open a directory in perl?
Why do you program in Perl?
What does the’$_’ symbol mean?
What does redo statement do in perl?
What are the different types of perl operators?
Create a function that is only available inside the scope where it is defined ?
What $! In perl?
What is the difference between chop & chomp functions in perl?
10 Answers Cap Gemini, DELL, Electronic Data, TCS,
How are parameters passed to subroutines 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.
What does `$result = f() .. g()' really return?