How to start perl in interactive mode?


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

Post New Answer

More CGI Perl Interview Questions

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?

1 Answers   A1 Technology,


What is boolean context?

0 Answers  


How to read multi lines from a file in perl?

0 Answers  


What is a chomp() function in perl?

0 Answers  


Write a script for 'count the no.of digits using regular expressions in perl..

6 Answers   AppLabs,


How to prevent file truncation in perl?

0 Answers  


Explain perl. What are the advantages of programming in perl?

0 Answers  


How to dereference a reference?

0 Answers  


What are the reasons that cookie server can’t handle multiple connections?

0 Answers  


Write a program to decode the data in the form using cgi programming

0 Answers  


What $! In perl?

0 Answers  


Differentiate use and require?

0 Answers  


Categories