> Hi,
> 
> Is there any way in which I can tell perl where to print my data. i.e.
> 
> Here is my .html

That doesn't look like HTML to me?  I am thoroughly confused, can you
provide better information about the issue?

As a hunch you might want to check out one of the various template kits,
Template-Toolkit is a well respected one it seems,

http://search.cpan.org/~abw/Template-Toolkit-2.13/

> -----------------------------------
> 
> 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";
> }
> 

bod_head needs a sigil.

http://danconia.org

-- 
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