Differences between die and exit.


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

Post New Answer

More CGI Perl Interview Questions

What are the logical operators used for small scale operations?

0 Answers  


How to read multi lines from a file in perl?

0 Answers  


How many loop control keywords are there in perl?

0 Answers  


explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.

0 Answers  


Where do we require ‘chomp’ and what does it mean?

0 Answers  






What is the use of strict?

0 Answers  


What does the’$_’ symbol mean?

0 Answers  


What are the steps involved in configuring a server using cgi programming?

0 Answers  


What is hash?

0 Answers  


How the interpreter is used in Perl?

0 Answers  


Why do you program in Perl?

4 Answers  


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.

2 Answers  


Categories