A Collection of Embedded net Processors
A collection of other embedded net processors
(most of which I’ve never tried, and most of which I’ve gotten from others)
Technorati Tags: networked objects, networks, pcomp, physical computing
code and fabrication resources for physical computing and networking
tigoe.net | pcomp home | blog | code, circuits, & construction | my del.icio.us links
{ Monthly Archives }
A collection of other embedded net processors
(most of which I’ve never tried, and most of which I’ve gotten from others)
Technorati Tags: networked objects, networks, pcomp, physical computing
This is a perl script that uses DBI to open an SQL database, read all the lines of a table, and print them out in an HTML page. This script assumes you’ve got a table in your database called people_table, and that you’ve got at least two fields, one called firstname and one called lastname.
Everything I know about accessing SQP through perl (which isn’t much) I learned from Chris Sung’s notes, in about half an hour. I copied much of this script from him too.
Technorati Tags: networked objects, networks