Help for this page
$dbh=DBI->connect('dbi:SQLite:database=:memory:','','',{ PrintError=>0 +,RaiseError=>1 });
$dbh->sqlite_backup_from_file( $filename ) or $dbh->sqlite_backup_to_file( $filename )