Re: A perl program to translate HTML to Perl?
David A. Lee (dave@calldei.com)
Thu, 16 Apr 1998 07:51:58 -0700 (PDT)
Could this possibly be as easy as
print $html
>
> Hi,
>
> Von: Richard Sharpe <sharpe@ns.aus.com>
> >
> >has anyone built a Perl program that can take HTML and convert it to a Perl
> >program that uses CGI.pm to produce the same HTML?
> >
> >We are building pages using CyberStudio, but many of these pages need to be
> >translated to Perl as CGI scripts. Hand translating them is a pain.
> >
> I don't know what you are exactly like to do, but if you have HTML page
> which need some lines of perl code embbeded, you should take a look at
> HTML::Embperl or ePerl
>
> Gerald
>
>