- or download this
<input type="text" id="password" />
- or download this
#!/usr/bin/perl
...
my $query = new CGI;
my @names = $query->param();
- or download this
my $pass = $query->param("password");
- or download this
<input type="text" id="password" name="password" />