What is “grep” function in perl?


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

Post New Answer

More CGI Perl Interview Questions

Explain what is perl language?

0 Answers  


How to renaming a file in perl programming?

0 Answers  


How to replace perl array elements?

0 Answers  


How do I generate a list of all .html files in a directory?

0 Answers  


What is the tk module?

0 Answers  






Is there any way to add two arrays together?

0 Answers  


What are the steps involved when the cgi program starts running?

0 Answers  


How can you call a subroutine and identify a subroutine?

0 Answers  


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

2 Answers  


What does init 5 and init 0 do?

0 Answers  


How to find the length of an array in perl?

0 Answers  


What is Perl?

0 Answers  


Categories