Help for this page

Select Code to Download


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