- or download this
C:\Steve\Dev\PerlMonks\P-2013-09-21@0144-DBI-Select-Example>"C:\App\SQ
+Lite\sqlite3.exe" test.db
SQLite version 3.3.5
...
1 George
2 Mike
sqlite> .exit
- or download this
#!/usr/bin/perl -w
...
exit;
__END__
- or download this
C:\Steve\Dev\PerlMonks\P-2013-09-21@0144-DBI-Select-Example>perl dbi-s
+elect-example.pl
ROW: SEQNUM = '1' BAR = 'George'
ROW: SEQNUM = '2' BAR = 'Mike'