Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Calling functions in middle of CGI HTML declarations

by GrandFather (Saint)
on Aug 26, 2012 at 22:44 UTC ( [id://989886]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $tmpl->param(divname => 'div-test');
    $tmpl->param(divs    => \@loopParams);
    print $tmpl->output();
    
  2. or download this
    Content-Type: text/html; charset=ISO-8859-1
    
    ...
            </div>
        </body>
    </html>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found