Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

(Ovid - better cargo cult) Re(4): subparseform.lib

by Ovid (Cardinal)
on Apr 28, 2001 at 19:55 UTC ( [id://76384]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub Parse_Form {
        use CGI qw/:standard/;
    ...
            }
        }
    }
    
  2. or download this
    %formdata = map { $_, [ param( $_ ) ] } param;
    
  3. or download this
    my $val = $formdata{ 'foo' }->[0];
    
  4. or download this
    my $allowedCHARS = 'a-zA-Z0-9\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\
    +?\@\[\\\]\^\_\`\{\|\}\~';
    
  5. or download this
    my $allowedCHARS = 'a-zA-Z0-9' . quotemeta( '!"#$%&\'()*+,-./:;<=>?@[\
    +]^_`{|}~' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-23 23:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found