Hi, I have the following problem:
1. I have a form in html with a variable number of input type=checkbox
2. With post action I must send the checked values to my script in perl.
The problem is how can a i get this kind of values in my script in perl?
Thanks
User Profile
Collapse
-
Get values from checkbox
-
i have a text file with a list of username, one for each row:
jdluk87
1isnotgood
luca.lupo
luca.lupo87
.asd.luca12
asd.sd---er.re
the username ok are number: 1,3,4
the second start with number so it's no good
the fifth start with dot so it's no good
the sisxt contains --- so it's no good,
now if I do from console:
grep '^[a-z][a-z0-9.]{3,16}$'... -
regular expression
Hi,
i should check if a username ($username) is like unix, so this username must start with a char, contains max 16 chars, all tiny and in general can contains just chars, numbers, and dot.
all this with the use of regular expression.
someone can help me?
Thanks -
launch perl script onclick button
Added by jdluk87 less than a minute ago
Hi to everyone, I have a problema:
I must launch perl script when a click on button, but without tag form, because the perl script that i call return me a value that I must see in the first script.
so:
script 1 --> call at click on butto script 2 --> script 2 return value --> the value come back to script 1
Someone can help... -
html form and perl
Hi to everyone, I have a problem with a simple html form that send simple data to my perl script, i remember, but i'm not sure, that without fastcgi this working fine, but with fastcgi nothing to do. The code now:
Form:
...Code:<form name="myForm" method="post" action="regScript.pl"><br /> Nome: <input type="text" name="Nome"><br /> Cognome:
No activity results to display
Show More
Leave a comment: