Help for this page

Select Code to Download


  1. or download this
    my @chars = ('A'..'Z','a'..'z',0..9);
    my $config = Config::Simple->new("../etc/annie.conf");
    ...
    my $ID = $http::C->param("ID");
    my $template = Template->new( RELATIVE => 1,
                       INCLUDE_PATH => "../templates");