[Maypole] CGI::Maypole

raptor@tvskat.net raptor@tvskat.net
Tue, 1 Jun 2004 16:23:29 +0300


Hmm :") i had to do it like this so I dont get Internal error ::

> then test.pl like this :
> 
> #!/usr/bin/perl -w
print "Content-type: text/html \n\n";
> use strict;
> use lib '/path/to/maypole/lib';
> use MyTest;
> MyTest->run();
 

but still no success.. it seems I have to copy from somewhere --> somewhere-else templates ... but
from where to where ?

tia