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 => 10000 > }); >
There is no direct parameter, but you can use top_include => '$maxrow = 1000 ;', This will but it at the top of each page (see http://perl.apache.org/embperl/pod/doc/Config.-page-2-.htm#sect_55) Gerald ** Virus checked by BB-5000 Mailfilter ** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]