August 2004

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: , , ,


Continue Reading »

circuits

Permalink

Accessing SQL in Perl

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: ,


Continue Reading »

Perl

Permalink