Scriptads Home
Search script
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Select Category
Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
XML
Most popular
1.
WeberDev's Forums
2.
Circular preloader
3.
Easy payments...
4.
FFTW with OpenCV
5.
Phase...
6.
Basic...
7.
Menu with...
8.
UserGate...
9.
PixExpose
10.
Two Levels XML...
more ...
Top rated
1.
JavaScript...
2.
Essential PHP...
3.
Flash strip...
4.
JaxterChat ...
5.
Pixel Ad Script
6.
Building...
7.
Smash Bugs | ...
8.
UserGate...
9.
Export MS...
10.
WeberDev's Forums
more...
HOME
>
CGI and Perl
>
Form Processing
Form Processing scripts
Form CGI
This tutorial alogn with a CGI script illustrates how to accept and parse (turns it into something readable and usable) the form data. This case study piece is heavily commented due to the ambiguous nature of the perl code.
Processing URL-Encoded input for CGI scripts
This is a quick explanation of how URL-Encoded CGI input can be decoded and processed to a useful form.