>
> 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 othe
Hi,
>
> 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
> });
>
There is no direct
Thanks for your tips. I tried it, but it seems to have no effect on my html
page. The maximum row allowed is still 100.
The Execute line in embpcgi.pl now looks like this:
my $rc = Embperl::Execute ({use_env => 1,
use_redirect_env => 1,
top_includ