Help for this page
#!/usr/bin/env perl use strict; use warnings; ... csv( in => $tallies, out => "outputfile.csv" );
$dbh->sqlite_backup_to_file("newDBname.sqlite"); # ^^^ To go from ":memory:" to a file. Then you also have access to ... # 3211111|100|3.2 # 3211112|101|3.2 # ...et cetera...