What $! In perl?


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

Post New Answer

More CGI Perl Interview Questions

What are scalars?

0 Answers  


How will you create a file in perl?

0 Answers  


Is perl compiler or interpreter?

0 Answers  


what is the difference between java and cgi?

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?

1 Answers   A1 Technology,


List the prefix dereferencer in Perl.

0 Answers  


Can inheritance be used in perl? Explain with the help of an example.

0 Answers  


Who created perl?

0 Answers  


How can you use Perl warnings and what is the importance to use them?

0 Answers  


What is the difference between localtime() and gmtime() functions?

0 Answers  


Define operators used in perl?

0 Answers  


When do you use perl programming?

0 Answers  


Categories