What is 'commit' command 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 boolean context?

0 Answers  


Explain gmtime() function in perl?

0 Answers  


Give an example of using the -n and -p option.

0 Answers  


Explain goto expr?

0 Answers  


How can you replace the characters from a string and save the number of replacements?

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,


What are scalars?

0 Answers  


Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.

0 Answers  


Explain subroutine?

0 Answers  


What is perl unshift array function?

0 Answers  


How do I debug a perl program?

0 Answers  


Explain lexical variables.

0 Answers  


Categories