Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-12 Thread Ryan C . Spaulding
That worked !! Thank you, Ryan On Jan 12, 2005, at 1:19 PM, Gerald Richter wrote: Added this in (httpd.conf): LoadModule embperl_module /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Embperl/ Embperl.so Below is the error: [EMAIL PROTECTED] root]# apachectl configtest Syntax error on l

RE: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-12 Thread Gerald Richter
> > Added this in (httpd.conf): > > LoadModule embperl_module > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Embperl/ > Embperl.so > > Below is the error: > [EMAIL PROTECTED] root]# apachectl configtest Syntax error on > line 208 of /etc/httpd/conf/httpd.conf: > Cannot load > /us

RE: Does escmode param work in 1.3.3 HTML::Embperl::Execute ?

2005-01-12 Thread Gerald Richter
> sub UserText($) { > my($t) = @_; > my($r); > HTML::Embperl::Execute({'escmode' => 1, > 'input' => \$t, > 'inputfile' => > 'usersuppliedtext', > 'output' => \$r}); > $r =~ s/\x0d\x0a/\n/

RE: Form::Validate Different rules for different submit buttons

2005-01-12 Thread Gerald Richter
> > Is it possible to use a different set of rules for form > validation depending on which of several submit buttons on > the form were pressed? > I'm guessing no. It seems I have to have Form::Validate do > the least common denominator checking, then do any further > processing server sid

Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-12 Thread Ryan C . Spaulding
On Jan 11, 2005, at 11:53 PM, Michael Stepanov wrote: Ryan C. Spaulding wrote: Hi Derrick, I suspect you've forgotten to load Embperl.so. You should add LoadModule embperl_module /some-dirs/Embperl.so before using special Embperl directives like EMBPERL_SESSION_HANDLER_CLASS. Added this

Re: Embperl::Object and query string

2005-01-12 Thread Michael Stepanov
Andrew O'Brien wrote: %fdat is a global for the life of that request, regardless of which file is currently executing. I was worried how called script was executed using Execute('*') in case if that script has some parameters: my_script.html?action=test&id=2. Because you cannot do like that Exec

Re: Embperl::Object and query string

2005-01-12 Thread RobertCZ
this is perfectly equivalent to Embperl, just use %fdat as usual - robert Michael Stepanov wrote: Hi, Recently I've configured Embperl::Object. So, now I'm trying to move an existing web site from Embperl to Embperl::Object. I have a question: how can I use query string? Imagine, I have a link: