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