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

Re: CGI.pm, combining two strings

by TGI (Parson)
on May 07, 2001 at 23:45 UTC ( [id://78621]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <FORM METHOD="POST"  ACTION="foo.cgi">
    <INPUT TYPE="text" NAME="foo"><P>
    <INPUT TYPE="text" NAME="bar">
    <INPUT TYPE="submit">
    </FORM>
    
  2. or download this
    #!perl
    
    ...
    print $q->param('foo').$q->param('bar');
    
    print $q->end_html;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found