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
>
> 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
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
> ---
> /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
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:
> >
> >
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
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 => \$