What is the difference between die and exit in perl?


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

Post New Answer

More CGI Perl Interview Questions

What is subroutine in perl?

0 Answers  


Explain lists and ivalue?

0 Answers  


What are the two ways to get private values inside a subroutine?

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,


Explain the functioning of conditional structures in perl.

0 Answers  






Why -w argument is used with perl programs?

0 Answers  


How can I display all array element in which each element will display on next line in perl ?

0 Answers  


What is the syntax used in Perl grep function?

0 Answers  


How to connect to SQL server through Perl?

0 Answers  


“Perl regular expressions match the longest string possible”. What is the name of this match?

0 Answers  


How to renaming a file in perl programming?

0 Answers  


What are perl array functions?

0 Answers  


Categories