Version 1 (modified by jazz, 15 years ago) (diff) |
---|
2010-05-11
Perl + SQLite3
- [專案] 實作 Perl + SQLite
- 環境: Debian 5.0.4 ,
jazz@drbl:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 5.0.4 (lenny) Release: 5.0.4 Codename: lenny jazz@drbl:~$ uname -a Linux drbl 2.6.26-lustre-amd64 #1 SMP Sun Jun 28 18:28:02 CST 2009 x86_64 GNU/Linux
- 相關套件: sqlite3,libsqlite3-0,libdbd-sqlite3-perl
jazz@drbl:~$ sudo apt-get install sqlite3 libdbd-sqlite3-perl libsqlite3-0 jazz@drbl:~$ dpkg -l | grep sqlite ii libdbd-sqlite3-perl 1.14-3 Perl DBI driver with a self-contained RDBMS ii libsqlite3-0 3.5.9-6 SQLite 3 shared library ii sqlite3 3.5.9-6 A command line interface for SQLite 3
- 環境: Debian 5.0.4 ,