Re: Problem with GetSession (was: Syntax=perl problem)

2005-06-08 Thread Ruben Safir
Where do i get this now? I saw this in the INSTALL POD Ruben XML and XSLT support Starting with Embperl 2.0b4 it has a build in XSLT support. You can either use the Apache Xercesâ Xalan 1.2 and libxslt 1.0.4. To install Xalan, download the Xalan archive for your OS f

RE: Problem with GetSession (was: Syntax=perl problem)

2005-06-07 Thread Gerald Richter
> > I would like to call a CGI script, and have %udat be > available to it. I thought the way to do that was: > > Embperl::Req::SetupSession($req_rec); > Execute({subreq => '/cgi-perl/env_test.pl?param1=...¶m2=...'}); > Since you are already using Embperl, you don't need to call SetupSession

Re: Syntax=perl problem

2005-06-03 Thread allen haim
Thanks -- that should work. Now, I'm having more problems. I would like to call a CGI script, and have %udat be available to it. I thought the way to do that was: Embperl::Req::SetupSession($req_rec); Execute({subreq => '/cgi-perl/env_test.pl?param1=...¶m2=...'}); and then in thescript.pl I wou

RE: Syntax=perl problem

2005-06-03 Thread Gerald Richter
> --- > /usr/local/apache2/cgi-perl/warreng/header_test.pl: > > #!/usr/bin/perl > print 'allen'; Should be print OUT 'allen' ; Or you have to put a select(OUT) ; At the top of your script. > > Finally, I added the line: > > select((select(STDOUT), $| = 1)[0]); > > in h

Re: Syntax=perl problem

2005-06-02 Thread allen haim
e2/cgi-perl/warreng/header_test.pl); > > ? > > On Thu, Jun 02, 2005 at 05:01:15PM -0700, allen haim wrote: > > Hi, > > > > Could someone please help with this Syntax=Perl problem? > > > > --- > > /notemplate/test3.html: > > > >

Re: Syntax=perl problem

2005-06-02 Thread Daniel
Not having done this, I'm not too sure, but can't you just do: my @out = qx(/usr/local/apache2/cgi-perl/warreng/header_test.pl); ? On Thu, Jun 02, 2005 at 05:01:15PM -0700, allen haim wrote: > Hi, > > Could someone please help with this

Syntax=perl problem

2005-06-02 Thread allen haim
Hi, Could someone please help with this Syntax=Perl problem? --- /notemplate/test3.html: [- $r = shift; Execute({ inputfile => '/usr/local/apache2/cgi-perl/warreng/header_test.pl', syntax => 'Perl', output => \$