In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?


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

Post New Answer

More CGI Perl Interview Questions

We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?

0 Answers   AppLabs,


Explain the meaning of closure in perl.

0 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  


What is the difference between single (') and double (") quote in a string in perl?

0 Answers  


What is a chop() function in perl?

0 Answers  






what is the procedure to define a user define module in your perl application?

2 Answers   IBM,


How and what are closures implemented in perl?

0 Answers  


How to do comment in perl?

0 Answers  


What are the options that can be used to avoid logic errors in perl?

0 Answers  


What is warn function in perl?

0 Answers  


What interface used in PERL to connect to database? How do you connect to database in Perl?

0 Answers  


You want to download the contents of a url with perl. How would you do that?

0 Answers  


Categories