Re: Err compiling 1.3.4 on RedHat 8

2002-10-08 Thread Gerald Richter
> > FYI I've just tried embperl_20021008103835.tar.gz snapshot and it > behaves exactly the same. > This doesn't make me wonder, because it contains no changes in this area :-) Gerald - Gerald Richterecos electronic communicatio

Re: Mail.pm compile error?

2002-10-08 Thread Gerald Richter
> Found it. Thanks. > > http://perl.apache.org/embperl/pod/CVS.htm > If you want to checkout the code for Embperl 2, you need to use the branch Embperl2c, i.e. use the option -r Embperl2c when doing the checkout. The mail error is already fix in the CVS. Anyway thanks for the patch Gerald

Re: Embperl problem?

2002-10-08 Thread Gerald Richter
Hi! > > You are going to want to url encode $redirecturl to do that safely. Yes > Something like: > > SWC::WebUtil::RedirectTemp("/login.html?redirect=" . > uri_escape($ENV{REQUEST_URI}, '^-A-Za-z0-9./_')); > Embperl 1.3.4 and 2.0b8 has an undocumented (should be in the docs in the next release

RE: Embperl problem?

2002-10-08 Thread Justin Harrison
Hah! I encoded it and it now works! Thank you! > -Original Message- > From: Kee Hinckley [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 6:26 PM > To: Justin Harrison > Cc: [EMAIL PROTECTED] > Subject: Re: Embperl problem? > > > At 5:22 PM -0400 10/8/02, Justin Harrison

Re: Embperl problem?

2002-10-08 Thread Kee Hinckley
At 5:22 PM -0400 10/8/02, Justin Harrison wrote: >Hi! > >I am having a small difficulty. > >When a user loads a page it checks for certain conditions. If these >conditions are not met, it redirects the user with this code: > >[- $redirecturl = $ENV{HTTP_HOST} . $ENV{REQUEST_URI} -] > >[- $http_hea

Embperl problem?

2002-10-08 Thread Justin Harrison
Hi! I am having a small difficulty. When a user loads a page it checks for certain conditions. If these conditions are not met, it redirects the user with this code: [- $redirecturl = $ENV{HTTP_HOST} . $ENV{REQUEST_URI} -] [- $http_headers_out{'Location'} = "http://whatever/script2.embperl?red

Re: Mail.pm compile error?

2002-10-08 Thread Saadiq Rodgers-King
Found it. Thanks. http://perl.apache.org/embperl/pod/CVS.htm On Tue, Oct 08, 2002 at 04:03:58PM -0400, Saadiq Rodgers-King scribbled: > Embperl 2.0b8 > Perl 5.6.1 > > Just from 'use Embperl::Mail' I was getting a compilation error. I'm > sure someone must have made this change somewhere, but

Mail.pm compile error?

2002-10-08 Thread Saadiq Rodgers-King
Embperl 2.0b8 Perl 5.6.1 Just from 'use Embperl::Mail' I was getting a compilation error. I'm sure someone must have made this change somewhere, but in case, I've included a patch. This begs the question of where all the code is that includes these simple fixes. No use fixing problems that hav

Re: Err compiling 1.3.4 on RedHat 8

2002-10-08 Thread Robert
Gerald Richter wrote: > > > #52 binary.htm... ok > > #53 nesting.htm... > > > > [-1]Malformed UTF-8 character (overflow at 0xc41461c8, byte 0x09, after > > start byte 0xff) in pattern match (m//) at test.pl line 1128, line > > 2. > > The binary test outputs binary data and Perl inte