hsmyers has asked for the wisdom of the Perl Monks concerning the following question:
You regrettably get this back out:=begin html <PRE> This is line one. This is line two. This is line three. (There should be a blank line above.) </PRE> =end html =cut
Since the actual material to be html'd is source code, the notion of using =for html ...whatever... doesn't seem like it will fly. I suppose I could debug the module, although having read through it once over lightly, I'm not to eager to dive in the deep end. Perhaps a post processor? Suggestions?<HTML> <HEAD> <TITLE>wall.txt</TITLE> <LINK REV="made" HREF="mailto:"> </HEAD> <BODY> <A NAME="__index__"></A> <!-- INDEX BEGIN --> <!-- INDEX END --> <PRE> This is line one. This is line two.This is line three. (There should be a blank line abo +ve.) </PRE> </BODY> </HTML>
hsm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Pod2Html Problem Redux
by jmcnamara (Monsignor) on Sep 27, 2001 at 12:02 UTC | |
by hsmyers (Canon) on Sep 27, 2001 at 17:23 UTC |