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

What is the Common Gateway Interface?

2 Answers  


How to renaming a file in perl programming?

0 Answers  


Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.

2 Answers  


How to add elements in a hash in perl?

0 Answers  


There are some duplicate entries in an array and you want to remove them. How would you do that?

0 Answers  






What is -> symbol in perl?

0 Answers   HCL,


How we can navigate the xml documents?

0 Answers  


What is the tk module?

0 Answers  


What are the various advantages and disadvantages of perl?

0 Answers  


Which has highest precedence in between list and terms? Explain?

0 Answers  


Write a program to decode the data in the form using cgi programming

0 Answers  


Which feature of Perl provides code reusability ? Give any example of that feature.

1 Answers  


Categories