Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
No Answer is Posted For this Question
Be the First to Post Answer
How to sort dates in Perl ?
what is Chop & Chomp function does?
How interpreter is used in perl?
How would you replace a char in string and how do you store the number of replacements?
What is the use of "stderr()"?
Distinguish my and local?
Can inheritance be used in perl?
What does undef function in perl?
What does next statement do in perl?
write a perl script to find whether a given line of text is starting and ending with same word or not ???
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.
Why is it hard to call this function: sub y { "because" } ?