What are the logical operators used for small scale operations?


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

Post New Answer

More CGI Perl Interview Questions

What is eval function in perl?

0 Answers  


Explain goto expr?

0 Answers  


How to prevent file truncation in perl?

0 Answers  


write a perl script to find whether a given line of text is starting and ending with same word or not ???

2 Answers   CSS,


What is the difference between perl array and perl hash?

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  


Define operators used in perl?

0 Answers  


What is confess function in perl?

0 Answers  


In Perl, what is grep function used for?

0 Answers  


What are the various file operations in perl. Explain with example.

0 Answers  


What is the different between array and hash in perl programming?

0 Answers  


Differentiate between arrays and list in perl.

0 Answers  


Categories