RE: Package "don't cleanup" help needed

2006-05-20 Thread Gerald Richter
--- 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

RE: Package "don't cleanup" help needed

2006-05-20 Thread Gerald Richter
> > > 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 **

Embperl and Wikis

2006-05-20 Thread Steve Sapovits
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

Global $maxrow

2006-05-20 Thread Hoenie Luk
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.