>
> 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
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
>
> 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
>
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
> "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
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
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