Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    use warnings;
    ...
    
    csv( in => $tallies,
         out => "outputfile.csv" );
    
  2. or download this
    $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...