What syntax is used for grep() function?


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

Post New Answer

More CGI Perl Interview Questions

How would you trap error occurred in the perl program/file?

3 Answers   IBM,


Differentiate use and require?

0 Answers  


How to close a file in perl?

0 Answers  


How to create a package?

0 Answers  


How to implement a stack in Perl?

0 Answers  






There are two types of eval statements i.e. Eval expr and eval block. Explain them.

0 Answers  


How to read from a pipeline with Perl

0 Answers  


Explain the execution of a program in perl.

0 Answers  


How to remove a directory in perl?

0 Answers  


What is the peculiarity of returning values by subroutines in perl?

0 Answers  


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

0 Answers  


What are perl array functions?

0 Answers  


Categories