User Profile

Collapse

Profile Sidebar

Collapse
jdluk87
jdluk87
Last Activity: May 24 '10, 11:50 AM
Joined: Mar 31 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jdluk87
    started a topic Get values from checkbox
    in Perl

    Get values from checkbox

    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
    See more | Go to post

  • jdluk87
    replied to regular expression
    in Perl
    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}$'...
    See more | Go to post

    Leave a comment:


  • jdluk87
    started a topic regular expression
    in Perl

    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
    See more | Go to post

  • jdluk87
    started a topic launch perl script onclick button
    in Perl

    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...
    See more | Go to post

  • jdluk87
    started a topic html form and perl
    in Perl

    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:
    ...
    See more | Go to post
    Last edited by numberwhun; Mar 31 '10, 10:21 PM. Reason: Please use CODE TAGS!!!
No activity results to display
Show More
Working...