I'm working on an average-sized CGI app using CGI.pm and DBI, amidst other less relevant modules. It makes heavy use of tables and class definitions, and I'm currently printing them all out using heredocs.
I'm using CGI.pm to handle cookies and POST variables, but my question is, is there any compelling reason for me to go back through and change all of my working HTML heredocs to their CGI.pm equivalents? Keeping the HTML cross-platform isn't a concern.. This is going to be intranet-only in an all-Microsoft company, and I've been fairly conscious of compatibility issues when coding.
This is something I've always wondered about, since everyone always shouts "Use CGI.pm!!" when a CGI question is asked, and I whole-heartedly agree when it comes to form parsing and cookies, but is it a big deal to just print out your HTML?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.