Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
                            }
                       }
    
  2. or download this
    for $formh(@forms){@keys=values %$formh;
                            for $name(@keys){
    ...
    
    }                                                                     
    +           sub process{$return=shift;return $return;}
    
  3. or download this
    ---enctype
    ---action
    ...
    ---method
    ---attr
    ---inputs
    
  4. or download this
    --application/x-www-form-urlencoded--
    --http:/<site>.org/--
    ...
    --POST---
    --HASH(0x852232c)--
    --ARRAY(0x852ac40)--
    
  5. or download this
    #! /usr/bin/perl
    
    ...
            return $return;
            }