Help for this page

Select Code to Download


  1. or download this
    read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
    @pairs = split(/&/, $buffer);
    ...
        $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
        $FORM{$name} = $value;
    }
    
  2. or download this
    $sth_ins->execute( param('firstname'), param('lastname'), param('state
    +'), param('country') );
    
  3. or download this
    my $name = $query->param($FORM{name});