CGI.pm uses objects to create Web fill-out forms on the fly and to parse their contents. Instead of remembering the syntax for HTML form elements, developers can just make a series of Perl function calls. An important fringe benefit of this is that the value of the previous query is used to initialize the form, so that the state of the form is preserved from invocation to invocation.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries Perl Modules Text Processing Markup HTML/XHTML |
|---|---|
| Implementation | Perl |
A simple class which attempts to get the geographical location for a given IP address.