Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: HTML::Template help

by dragonchild (Archbishop)
on Apr 22, 2005 at 15:05 UTC ( [id://450443]=note: print w/replies, xml ) Need Help??


in reply to HTML::Template help

  1. You have been told on repeated occasions to use strict; and use warnings;. I won't review any code of yours longer than 5 lines that doesn't have those at the top.
  2. Start small - create a small script that uses a small template, without Javascript or Unicode. Learn the tool, then apply it. You're going backwards.
  3. If you have a problem, you should remove pieces from the problemspace until you have the smallest example that demonstrates the problem. If you remove a piece and the problem goes away, the problem is related to the piece you removed.
  4. Have you compared the HTML you generated with your old code against the HTML you're generating with the new code? Do you still have your old code? (You are using some sort of source control management like CVS or Subversion, right?)
  5. Have you tried to run this script from the command-line? CGI has a command-line mode that's kinda handy.

Start with that. If those steps don't fix the problem, come back and ask questions then.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found