Google News
logo
Perl - Interview Questions
What is 'commit' command in Perl?
Once you have given Perl commit command, you can't retrieve back the changes you made.
 
Syntax :
$dbh->commit or die $dbh->errstr;
Advertisement