(Top) < Building the Drinkomat: the Script | setup() > |
Now, create a module that is a subclass of CGI::Application.
#!/usr/bin/perl -wT package Drinkomat; use strict; use base 'CGI::Application'; |
This module will do all the work.
CGI::Application (v.2.0) |
9 |