What is perl? What is the basic command to print a string in perl?


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

Post New Answer

More CGI Perl Interview Questions

What's the difference between /^Foo/s and /^Foo/?

0 Answers  


Does Perl have objects? If yes, then does it force you to use objects? If no, then why?

0 Answers  


Explain the difference between die and exit in perl?

0 Answers  


What does cgi program store?

0 Answers  


How do you find the length of an array?

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 is 'rollback' command in perl?

0 Answers  


What is perl shift array function?

0 Answers  


What is perl programming?

0 Answers  


Differences between die and exit.

0 Answers  


Explain use of ‘my’ keyword in perl?

0 Answers  


How can memory be managed in Perl?

0 Answers  


Categories