Help for this page
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");