Help for this page

Select Code to Download


  1. or download this
    package Config.pm;
    use strict;
    ...
    ###########################
    our $database = 'data/site.db';
    our $tmplfile = 'templates/index.html';
    
  2. or download this
    use strict;
    my $database = $Config::database;
    ...
    ...
    print STDERR "FOOBAR $Config::database\n";
    my $template = HTML::Template->new(filename => $tmplfile, die_on_bad_p
    +arams => 0);
    
  3. or download this
    FOOBAR 
    [Sun Sep  6 05:30:35 2009] [error] PerlRun: `HTML::Template->new() cal
    +led with odd number of option pa
    rameters - should be of the form option => value at /blogapp/index.cgi
    + line 29\n'