#!/usr/local/bin/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. # # $Id$ # $FML$ # use strict; use Carp; &HEADER; print "
\n";
while (<>) { print $_;}
print "\n";
&FOOTER;
1;
sub HEADER
{
print <<"_EOF";