---
Gerald Richterecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EM
>
> > options => 1
>
> Where is this and the values documented?
>
http://perl.apache.org/embperl/pod/doc/Config.-page-2-.htm#sect_43
Or
perldoc Config.pod in the Embperl directory
Gerald
** Virus checked by BB-5000 Mailfilter **
I'd like a Wiki component as part of the Embperl-based pages
I'm building. The basic idea is Embperl to generate dynamic,
data-based views into things we do (jobs, etc.); some sort of
Wiki to hold all the documentation and developer collaboration.
I'd be interested to hear how others may have co
Is there a way to set $maxrow globally? I'm using embpcgi.pl with an
Embperl::Execute to run my embperl html page.
Something like:
Embperl::Execute({
inputfile => $template_file,
outputfile => $outfile,
maxrow => 1
});
But I've tried this and found that it didn't work.