Explain chomp, chop, cpan, tk.
No Answer is Posted For this Question
Be the First to Post Answer
Why aren't Perl's patterns regular expressions?
What are scalar data and scalar variables?
What are the two ways to get private values inside a subroutine?
What are the arguments and what do they mean in perl programming?
What are the functions that can be performed using cgi program?
Explain perl. What are the advantages of programming in perl?
What is the use of -w, -t and strict in Perl?
Enlist the advantages of using c over perl?
“Perl regular expressions match the longest string possible”. What is the name of this match?
Explain chomp?
What is the use of -n and -p options?
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.