How can you call a subroutine and identify a subroutine?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

How can we create perl programs in unix, windows nt, macintosh and os/2 ?

0 Answers  


What does next statement do in perl?

0 Answers  


What is cpan in perl?

0 Answers  


List the prefix dereferencer in Perl.

0 Answers  


Define operators used in perl?

0 Answers  


while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?

1 Answers  


How and what are closures implemented in perl?

0 Answers  


What are some common methods to all handles in perl?

0 Answers  


How does a “grep” function perform?

0 Answers  


Explain string comparison operators in perl.

0 Answers  


Mention the difference between die and exit in Perl?

0 Answers  


How to get help for perl?

0 Answers  


Categories