Explain 'grep' function.


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

Post New Answer

More CGI Perl Interview Questions

Explain subroutine in perl?

0 Answers  


What are the various advantages and disadvantages of perl?

0 Answers  


What does redo statement do in perl?

0 Answers  


You want to read command-line arguements with perl. How would you do that?

0 Answers  


What is the use of 'ne' operator?

0 Answers  






How are parameters passed to subroutines in perl?

0 Answers  


Explain split function in perl?

0 Answers  


How do I replace every TAB character in a file with a comma?

0 Answers  


Explain the execution of a program in perl.

0 Answers  


Which functions in Perl allows you to include a module file or a module and what is the difference between them?

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  


what are the strategies followed for multiple form interaction in cgi programs?

0 Answers  


Categories