what is CPAN?
No Answer is Posted For this Question
Be the First to Post Answer
What are prefix dereferencer? List them.
How many loop control keywords are there in perl?
you are required to replace a char in a string and store the number of replacements. How would you do that?
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.
What does redo statement do in perl?
What are the characteristics of a project that is well suited to Perl?
Explain goto name?
Explain arrays in perl.
How does polymorphism work in perl? Give an example.
What does next statement do in perl?
sort a word "system" in perl/shell without using built in functions output should be emssty
How interpreter is used in perl?