Help for this page
#!/usr/bin/perl -- use strict; ... MyStuff::RunCGI({ 'dbconfig' => { } }); ## print MyStuff::ThisPage( CGI->new({ page => 'thisone', debug=>1, +in => 'making sure this works, dev, debug'} ) ); }
package MyStuff; use HTML::Template; ... ... return $headers, $body; }