in reply to Formatting Perl output
If you can match these things up, you can start to modify the script. The simplest thing to do would be to put the HTML from the rest of your site pages into the script. For example, you might want to put in print statements to print out the HTML for your site header and your footer.
As the other posters said, maintaining print statements like this quickly becomes tiresome. If you find you need to do this often, look into some templating options so you can pull the HTML out of the script itself.
Good luck!
|
|---|