Perl Programs
Choose a Perl Program
Web Start Online Store w/Database
Online Store Money Converter
Back

Web Start
This program is my personal project. It started out as just something to check popmail to see if it had any mail. I decided I could integrate a full blown feature full client as well. Hence, Web Start was born. It integrates my popmail checker along with some news ripping code I wrote to generate the page that you see.
Program Link (Incomplete)
 
Online Store w/Database
This program continues the Online Store by placing the contents of the text file into a database. Whenever the text file is updated, the database will also update itself. This should function slightly faster than reading the text file, as the databases are already parsed.
Program Link
 
Online Store
This program is designed to read a file that describes the products of an online store seperated by :'s. It then allows the user to select an item and the quanity to purchase.
Program Link
 
Money Converter
This program is designed to convert money from one selected currency to another selected currency type. The values for this conversion use the conversion rates from September 11th, 2001.
Program Link
 
Back