Google News
logo
Perl - Interview Questions
What is 'rollback' command in Perl?
If you want to revert the changes made during the operation, call rollback command.
 
Syntax :
$dbh->rollback or die $dbh->errstr; 
Advertisement