RE: Converting from EmbPerl to plain perl

2000-06-30 Thread Gerald Richter
Hi > > Is there any method to convert embedded perl documents to plain perl ? Embperl 1.x is not able to do this. Embperl 2.x (not yet released, but hopefully soon) is able to do so, but not out of the box. You will have to provide the correct configuration for the parser, by modifying the defau

RE: Session handlihg with older browsers :((((

2000-06-30 Thread Gerald Richter
> Browser do not set HTTP_COOKIE environment. > > This work fine only with IE 5.0. > With Netcape 4.0x & 4.[67]x works only if i'm requesting a full qualified > host name: > http://www.domain.com , not with http://domain.com > With IE version < 5.0, and Netscape < 4.x does not work. > The http

RE: Emailing Form Data with an Embperl Script

2000-06-30 Thread Gerald Richter
> > Do you know where I could get a RPM for mod_perl 1.24? I checked > rpmfind.net > and they only have 1.21. I tried to install from source but it > gave me some > error messages. > Sorry I don't uses rpm's, so I can't tell you where to find them. If you have trouble installing mod_perl, the mod_

RE: Can Execute call Java Server pages

2000-06-30 Thread Gerald Richter
Hi   I have a simple question.   How to make the Execute function just forward a Java Server Page file to be executed by the server and then just get the output.   e.g. Execute({inputfile=>"jspdocs/test.jsp", params=>[param1,param2]});   what happens if we call the

Converting from EmbPerl to plain perl

2000-06-30 Thread Alvaro Lopes
Hi Is there any method to convert embedded perl documents to plain perl ? The issue here is I want to compile them afterwards, and it's much easier to do this kind of scrips in embperl rather than in perl itself. Álvaro Lopes -

Fw: Session handlihg with older browsers :((((

2000-06-30 Thread Gerald Richter
- Original Message - From: Victor Sharapov <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 30, 2000 12:00 PM Subject: Session handlihg with older browsers : > Browser do not set HTTP_COOKIE environment. > > This work fine only with IE 5.0. > With Netcape 4.0x & 4.[67