#!/usr/bin/env perl #-*- perl -*- # # Copyright (C) 2001 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # # $FML: text2html.pl,v 1.3 2002/04/01 23:41:24 fukachan Exp $ # use strict; use Carp; &HEADER; print "
\n";
while (<>) { print $_;}
print "\n";
&FOOTER;
1;
sub HEADER
{
print <<"_EOF";