The Project Gutenberg Etext of by Copyright (c) **This is a COPYRIGHTED Project Gutenberg Etext, Details Below** ... # Gutenberg Copyright information ... # etext body/document/book is here End of the Project Gutenberg Etext of by Copyright (c) #### my $pg_author = ""; my $pg_title = ""; my @pg_header = ""; my @etext_body = ""; my @pg_footer = ""; #### use strict; use CGI qw(:standard); use Text::Autoformat; my $file = "pg_exext.txt"; open(PGW, "<$file") or die $!; local $/ = undef; my $data = ; my $formatted = autoformat $data, {justify =>'full', left => 4, right => 55, all => 1}; print pre("$formatted"); my $data =~ m/End of Project Gutenberg Etext (.*)/s;