How can we create perl programs in unix, windows nt, macintosh and os/2 ?


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

Post New Answer

More CGI Perl Interview Questions

What are the various perl data types based on the context?

0 Answers  


What is a perl references?

0 Answers  


What are the various advantages and disadvantages of perl?

0 Answers  


How interpreter is used in perl?

0 Answers  


What $! In perl?

0 Answers  


What is a chomp() function in perl?

0 Answers  


What are the options that can be used to avoid logic errors in perl?

0 Answers  


“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?

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

0 Answers  


What is the peculiarity of returning values by subroutines in perl?

0 Answers  


What is chomp() operator/function?

0 Answers  


Categories