Newbie issue

2004-09-09 Thread Keven Murphy
I cannot figure out why the below html source page is hosed up. Why is embperl not putting the body (the frist part, the forms) between the lines. My code is below: --- Page Source from web browser Systems CheckSelectIDReport NameLocDate and Time3Today/dev/null2004-08-2

Re: Newbie issue

2004-09-09 Thread Gavin Carr
Hi Keven, On Thu, Sep 09, 2004 at 07:16:45PM -0400, Keven Murphy wrote: > I cannot figure out why the below html source page is hosed up. Why is > embperl not putting the body (the frist part, the forms) between the > lines. My code is below: It's because you're printing - in general, you don't

Re: Newbie issue

2004-09-09 Thread Luiz Fernando B. Ribeiro
Hi, Your setup is almost good except for CGI.pm, you don't need it with Embperl. In your done.html output plain html outside a [--] block and use Embperl syntax for code and loops, take a look at the manual pages. If you really need to output inside a [- block, but it is not the case in your exa