Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

HTML::Template - Loop under Division Problem

by monkfan (Curate)
on Apr 04, 2007 at 03:32 UTC ( [id://608198]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w
    +3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    ...
    <HR>
    </body>
    </html>
    
  2. or download this
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w
    +3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <!-- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en
    +"> -->
    ...
    </body>
    </html>
    
  3. or download this
    #!/usr/bin/perl -w
    use HTML::Template;
    ...
    close ( OUTFILE );            # close output file
    
    system("chmod a+x $outfile");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-16 18:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found