[DBD-SQLite] DBD:SQlite with microperl?

kenichi ishigaki kishigaki at gmail.com
Thu Jul 26 03:14:47 GMT 2012


Hi.

I don't think you can install DBD::SQLite with microperl. If you need
to use microperl, and you have a sqlite3 binary at hand, you'll
probably want to use system() (or backticks `` to get values):

  ./microperl  -e 'system(q{ /path/to/sqlite3 db.file "some sql statement" })'

Refer to sqlite3 manual for details.

Regards,

Kenichi

2012/7/25 Dimitar Penev <dpn at switchvoice.com>:
> Hi Guys,
>
> I am new to Perl.
>
> I have ported both microperl and SQLite on an embedded board based on
> Blackfin/uClinux.
>
> Do you think I can install  DBD:SQlite easily or does it require the full
> Perl?
>
> Thank you.
> Dimitar
>
> _______________________________________________
> DBD-SQLite mailing list
> DBD-SQLite at lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite



More information about the DBD-SQLite mailing list