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 <d...@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@lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite

_______________________________________________
DBD-SQLite mailing list
DBD-SQLite@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite

Reply via email to