RE: HTML::Embperl 1.2.0

1999-11-17 Thread Gerald Richter
> > I appreciate the response, thank you. But in testing the install i went > to the examples page and tried the list source in an html format. And > all i saw was basically raw code, not at all what the results looked > like on the website. Is there something more basic i am missing here? > Somet

Re: HTML::Embperl 1.2.0

1999-11-17 Thread hUnTeR
Gerald Richter wrote: > > Simply, don't put anything about Embperl in your startup file. mod_perl will > load Embperl on the first request. > Gerald - I appreciate the response, thank you. But in testing the install i went to the examples page and tried the list source in an html format. And

RE: HTML::Embperl 1.2.0

1999-11-17 Thread Gerald Richter
> > OK, i figured out how to build embperl with mod_perl as DSO. Now, i > realize that in this configuration it is recommended NOT to load Embperl > at server startup time...so this begs the question, what is the best way > to do this, and does anyone have a reasonable startup.pl or script to do >

Re: HTML::Embperl 1.2.0

1999-11-17 Thread hUnTeR
OK, i figured out how to build embperl with mod_perl as DSO. Now, i realize that in this configuration it is recommended NOT to load Embperl at server startup time...so this begs the question, what is the best way to do this, and does anyone have a reasonable startup.pl or script to do this? Rega

Re: HTML::Embperl 1.2.0

1999-11-17 Thread Randal L. Schwartz
> "Erich" == Erich L Markert <[EMAIL PROTECTED]> writes: Erich> [$ if( ! defined %fdat ) $] Bad. Never ever test for the defined'ness of an aggregate. Erich> Has this been changed or is this a bug? It was a bug in your code that happened to not be noticed. -- Randal L. Schwartz - Stoneh

RE: HTML::Embperl 1.2.0, Execute() and multipart/form-data.

1999-01-16 Thread Gerald Richter
Hi, > > It seems %fdat got messed up when calling Execute() from within a cgi > script: > >[..] > HTML::Embperl::Execute ( { 'inputfile' => 'test.tpl' , 'fdat' => \%fdat > } ); >[..] > It works as expected when I remove the attribute > 'enctype="multipart/form-data"' > > Is this a bug or have I

Re: HTML::Embperl 1.2.0

1999-01-15 Thread Cliff Rayman
TRY: [$ if( $#ffld<1 ) $] cliff rayman genwax.com "Erich L. Markert" wrote: > Just upgraded to v1.2.0 from 1.1.1 and ran into a problem. > > I have a document that contained an if else statement that basically > checked to see if there were any parameters being passed. > > [$ if( ! defined %fd