Help for this page
#! /usr/bin/perl ... my $cgiapp = CGIApp->new() ; $cgiapp->run() ;
package CGIApp; ... 1 ;