How to concatenate strings in perl?
No Answer is Posted For this Question
Be the First to Post Answer
What are the two ways to get private values inside a subroutine?
What is goto statement in perl?
What are the various flags/arguments that can be used while executing a perl program?
what is the procedure to define a user define module in your perl application?
What is subroutine in perl?
What is the difference between $array[1] and @array[1]?
What is perl push array function?
Why we use CGI?
How do you find the length of an array?
What are the different string manipulation operators 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.
Differences between die and exit.