What are the various flags/arguments that can be used while executing a perl program?
No Answer is Posted For this Question
Be the First to Post Answer
What are some of the key features of objects in perl?
Write a script for 'count the no.of digits using regular expressions in perl..
sort a word "system" in perl/shell without using built in functions output should be emssty
Can you add two arrays together?
What is an interpolation in perl?
What are stdin, stdout and stderr?
Explain perl one-liner?
How does a “grep” function perform?
What is the use of strict?
What are the reasons that cookie server can’t handle multiple connections?
Why do you program 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.