Help for this page

Select Code to Download


  1. or download this
    Monday,snow
    Tuesday,rain
    Wednesday,snow
    ...
    Friday,sunny
    Saturday,snow
    Sunday,rain
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use diagnostics;
    ...
    
    # print OUT $template->output;
    
  3. or download this
    <p>
        <table class="center"> 
          <TMPL_LOOP NAME=ROWS>
    ...
         </TMPL_LOOP>
        </table>
    </p>