How are parameters passed to subroutines in perl?
No Answer is Posted For this Question
Be the First to Post Answer
How does polymorphism work in perl?
Is perl compiler or interpreter?
Explain what is the scalar data and scalar variables in Perl?
How to access parameters passed to a subroutine 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.
What does this symbol mean '->'?
Explain tk?
What is a chop() function in perl?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
You want to connect to sql server through perl. How would you do that?
How does polymorphism work in perl? Give an example.