Perl Stuff

I'm a perl hacker. DBI, CGI and HTML::Template make web sites a snap. Catch me on Perl Monks.

This directory contains some perl stuff I've written. I'll try to elaborate on some of this as I find time.

The first two were written to gain access to files on VMS. I needed to provide access to these files from a VMS based web application. The files were used by my company's COBOL based systems to run a container terminal.

Data::FixedFormat

This module can be used to convert between records and hashes.

Source - Documentation - From CPAN

VMS::FlatFile

This module connects VMS::IndexedFile and Data::FixedFormat allowing perl applications to read and write hashes to VMS indexed files.

Source - Documentation - From CPAN

dbload.pl

This program loads a database from a delimitted text file using the DBI module.

Source - Documentation

mailfilter.pl

This program uses Mail::Audit and Vipul's Razor to filter incoming mail.

Source - Documentation

Sudoku.pl

Using parts taken from sudoku_generator.pl which was posted to Perl Monks, I put together this little Sudoku game. It generates a puzzle and displays it in a TK GUI. It can check your results and mark errors. The puzzles it generates are rather hard to solve.

Back to Tom's home page

powered by perl powered by perl powered by perl powered by perl powered by perl