Hi,

Is there any way in which I can tell perl where to print my data. i.e.

Here is my .html
-----------------------------------

Header
-----------------------------------
          Body header in orig. place


-----------------------------------


if ($var == 1)
{
        bod_head = "New Header - Override current body header";
}
else
{
        bod_head = "Body header in orig. place";
}

--
Kind Regards,
Werner Otto

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to