Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Yet Another Stupid CGI Question

by George_Sherston (Vicar)
on Oct 19, 2001 at 11:59 UTC ( [id://119897]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <table bgcolor=#66aaff border=2 bordercolor=#ffffff cellspacing=0 cell
    +padding=6>
        <TMPL_LOOP RESULTS>
            <tr>
    ...
            </tr>
        </TMPL_LOOP>
    </table>
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
        start_html,
        $results_tmpl->output(),
        end_html;
    
  3. or download this
    $results_tmpl->param(
        results => (
            txt => 'txt_foo',
            chk => 'chk_foo',
            ......
    
  4. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    print 
        end_tabs,
        end_html;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-03-28 11:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found