Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Error using HTML::Template

by allolex (Curate)
on Dec 11, 2003 at 07:28 UTC ( [id://314006]=note: print w/replies, xml ) Need Help??


in reply to Re: Error using HTML::Template
in thread Error using HTML::Template

i.e. Your comment should be on just the one line, anneq. This might have been a copy-and-paste error (from you local server to the remote, or from your local server to the Monastery, not sure which), which is why you should use <code> tags to include code in your posts.

This also should have produced an error. Did you check for errors? Hint: run it from the console before you test it on the web.

(I also recommend you use strict in all your scripts to make sure you're generally declaring your variables, etc. correctly. It's a bit of bondage that encourages good coding practices.)

# send the obligatory Content-Type and print the template output print "Content-Type: text/html\n\n", $template->output;

--
Allolex

Replies are listed 'Best First'.
Re: Re: Re: Error using HTML::Template
by Anneq (Vicar) on Dec 11, 2003 at 19:26 UTC

    Allolex,

    Thanks for your reply. My comment is on one line. I'll use code tags next time, though. Thanks for that tip. I didn't know about code.

    I ran it from the console and from my local web server and it ran just fine.

    I put use strict and -wT in all my scripts but I tried without them and it still didn't work.

    Thank you for your help,

    Anne

    Anneq

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://314006]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-20 02:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found