On Tue, May 15, 2001 at 07:42:11AM -0400, Paul Cotter wrote:
> Does a package exist that will read an HTML document and generate an 
>Apache::Registry cgi script? Even better if it accepts an <!--Perl> tag.


Am I missing something?  
It's as simple as
----
undef $/;
$a=<FILEHANDLE>;
print $a
----

How you handle the header
is a separate matter.

Reply via email to