What is v-strings?
No Answer is Posted For this Question
Be the First to Post Answer
What rules must be followed by modules in perl.
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.
You want to open and read data files with perl. How would you do that?
In Perl, what is grep function used for?
how to install a package in perl ????
Why does Perl not have overloaded functions?
Which has highest precedence in between list and terms? Explain?
What value is returned by a lone `return;’ statement?
what r the future opportunities in PERL/LINUX after 3 years ??
Explain what is the scalar data and scalar variables in Perl?
write a perl script to find whether a given line of text is starting and ending with same word or not ???