Where do we require ‘chomp’ and what does it mean?
No Answer is Posted For this Question
Be the First to Post Answer
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
When does circular reference occur?
What is the difference between single (') and double (") quote in a string in perl?
Name an instance where you used a CPAN module?
When would `local $_' in a function ruin your day?
How many types of variable in perl?
Explain about typeglobs?
How to convert arrays into a string in perl?
Write a program that shows the distinction between child and parent process?
Differences between die and exit.
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 the meaning of perl one-liner?