end02.pl to HTML.

index -|- end

Generated: Tue Feb 2 17:54:31 2010 from end02.pl 2008/07/30 222.

#!Perl -w
use strict;
use warnings;
my $info = do { local $/; <DATA> }; # To load it into a variable ...
print $info;
exit(0);
__END__
This is the text to output ..
it can be anything
even with blank lines ...

index -|- top

checked by tidy  Valid HTML 4.01 Transitional