#!/usr/bin/perl use strict; use CGI; use Digest::SHA1; use URI::Escape; use Tetragon; my $q = new CGI; print Tetragon::html_header(); print <Converting an MS Word File

This web-based program is designed to convert a fiction manuscript from MS Word format to plain text format. The main advantage of this over a simple "Save as" in Word is that it will automatically format italics _like this_ and boldface *like this*. Once you upload your file, the resulting converted version will be displayed in your browser, and you can cut and paste it into a text editor such as NotePad.

Caveats:

STUFF print <

file:

STUFF print Tetragon::html_footer();