What is 'rollback' command in perl?



What is 'rollback' command in perl?..

Answer / Biswajit Das

The 'rollback' command in Perl is not a built-in command. However, it is associated with database transactions and can be used to undo all the changes made during a transaction without committing them. In Perl, you would typically use the DBIC (DBIx::Class) or DBD (Database Interface Modules) modules to handle transactions and rollbacks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

Write a cgi program to show the header part?

1 Answers  


what are the three groups involved in information sharing?

1 Answers  


How does a “grep” function perform?

1 Answers  


What are the various flags/arguments that can be used while executing a perl program?

1 Answers  


How can you create anonymous subroutines?

1 Answers  


Why Perl aliases are considered to be faster than references?

1 Answers  


What does cgi program store?

1 Answers  


What purpose does each of the following serve: -w, strict, - T ?

2 Answers  


Explain arrays in perl.

1 Answers  


What arguments do you frequently use for the Perl interpreter and what do they mean?

4 Answers  


Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

1 Answers  


How do I generate a list of all .html files in a directory?

1 Answers  


Categories