On 1 Feb 2012, at 4:20pm, Bill McCormick wrote:

> From the sqlite command line interface, the .output command will output the 
> result of a query to a file.
> 
> How can I do this from a Perl script? I'm not finding any built-in facility 
> to do this in the Perl module.

The '.output' command is written into the sqlite3 application.  It's not part 
of the SQLite library.  Just use Perl's file-handling functions to write text 
to a text file.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to