Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

use CGI or die;

by Ovid (Cardinal)
on Jan 11, 2001 at 03:18 UTC ( [id://51012]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $value =~s/<!--(.|\n)*-->//g;
    
  2. or download this
    use CGI qw/:standard/;
    read(STDIN, $formdata, $ENV{'CONTENT_LENGTH'});
    ...
        $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
        $FORM{$name} = $value;
    }
    
  3. or download this
    use CGI qw/:standard/;
    my @sports = param( 'sports' );
    

Log In?
Username:
Password:

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

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

      No recent polls found