------- DO TAGS ------- ---------- TAG FORMAT ---------- Where "Perl" represents your Perl code: ----------- DESCRIPTION ----------- The DO tag is designed to allow the developer an area in which to put straight Perl code in their PTM documents. Any code written here should be formatted the same way in which you would write code in a normal Perl/CGI document. This includes the use of semicolons (;) at the end of each Perl statement. All types of Perl statements are allowed here including the use of "print" statements. -------------- USAGE EXAMPLES -------------- ---------------------------------- Example 1: Simple Value Assignment ---------------------------------- ---------------------------------------- Example 2: Printing 1-10 with a For Loop ---------------------------------------- --------------------------------------------------------------------------- Example 3: Printing Number: 1-10 with a For Loop, HTML, and the DISPLAY tag --------------------------------------------------------------------------- Number: