The CGI module can be used to parse data from HTML forms
Its most common use is parameter parsing; other functions are also available
To use it, type use CGI 'param'; at the top of your script
Obtain each item of data using the param() function
CGI can be used to implement web applications of any complexity, including data validation, multi-form wizards, file upload, and more