Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: html input value

by Anonymous Monk
on Oct 09, 2018 at 13:53 UTC ( [id://1223735]=note: print w/replies, xml ) Need Help??


in reply to html input value

#!/usr/bin/perl use strict; use warnings; use CGI; my $cgi = CGI->new; my $query = $cgi->param("text"); print $cgi->header; print "my value is: $query\n" if $query; print qq(<form><input name="text" value="hey"></form>);

Replies are listed 'Best First'.
Re^2: html input value
by soonix (Canon) on Oct 09, 2018 at 17:59 UTC
    Looks good to me. However, it will work only if OP meets the prerequisites
      Looks good to me. However, it will work only if OP meets the prerequisites …

      Bollocks! It works, period. This is not a college course or some job certification. Hackers learn by hacking, and that can be quite ugly, at first.

Log In?
Username:
Password:

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

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

    No recent polls found