Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

(jeffa) Re: Trouble passing parameters into HTML

by jeffa (Bishop)
on Aug 16, 2002 at 15:11 UTC ( [id://190664]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    require TripodCGI;
    $CGI = TripodCGI;
    
  2. or download this
    use CGI;
    $CGI = CGI->new();
    
  3. or download this
    use CGI qw(:standard);
    use strict;
    ...
          end_html
       ;
    }
    
  4. or download this
    use CGI;
    use HTML::Template;
    ...
    
    </body>
    </html>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-20 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found