RE: Embperl cookies

2000-04-20 Thread Wim Kerkhoff
Check the FAQ at perl.apache.org/embperl, or do this: [- # check to see if the user has a city_id cookie set $email = $fdat{email}; $http_headers_out{'Set-Cookie'} = "email=$email; path=/"; -] On 20-Apr-2000 Gopi Chavali wrote: > Hi All, > >Can anyone point me to a s

Embperl cookies

2000-04-20 Thread Gopi Chavali
Hi All, Can anyone point me to a sample on using Embperl cookies ... or may be to the link in the mailing archive if any !. Thanks Gopi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

RE: crypt() under windows

2000-04-20 Thread indrek siitan
Hi, > Someone should probably do a later build of the whole > shebang anyway about now - volunteers? (preferrably from > outside the US?) yup, that would be lovely .. if someone's already up to doing it, it would be even lovelier to have about 3-4 different packages: (1) the "stable" package -

RE: Force Output ?

2000-04-20 Thread Gopi Chavali
Hi , Look in the documentation this value can be set in ur program if u want it to take effect only for that page ele u can change in the config files the embperl_option is "optEarlyHttpHeader = 64 " ... the explanation is as follows : Normally, HTTP headers are sent after a r

Force Output ?

2000-04-20 Thread Mario F. Toro
Hello, How I can force to webserver/embperl to out the page ? This is Like $|=1 in perl scripts Bye __ Mario F. Toro Gerente Desarrollo E-Mail : [EMAIL PROTECTED] Http://www.DeveTel.cl DeveTel -

Force Output ?

2000-04-20 Thread mtoro
Hello,  How I can force to webserver/embperl to out the page ?   This is Like $|=1 in perl scripts   I have this :        info ...    info       Execute a command . with delay    info    info    info       I want to display the info between and COMMAND, but I can't

Debugging libraries loaded into Embperl files

2000-04-20 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have several libraries of helper routines that I load into my HTML files. I tried using Execute to load them, but I started getting weird things where it seemed like there was more than one copy of the library in use. I'm currently using require

Re: problem solved, but still weird!

2000-04-20 Thread Wim Kerkhoff
On 20-Apr-2000 Ulrike Schepp wrote: > Hi Steven! > > The same problem ocurred here and i spent a little time in looking for the > circumstances when this occurs. > > On Wed, 19 Apr 2000, Steven D. Arnold wrote: > > [...] > >> I added 8192 to the debug value so I could get the in-browser links

Accessing EmbPerl variables from another package

2000-04-20 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From my web page I call a routine in a library. I would like that routine to be able to access (and set) some variables (%udat in particular). I need to experiment to be sure, but HTML::Embperl::udat didn't seem to work, and caller() returned H

suggestion for Embperl Execute nested

2000-04-20 Thread Ilia Lobsanov
Gerald, et al; Please consider this: I am calling a (child) epl from a (parent) epl via [- Execute($child, $param) -] The child epl does some processing based on the passed $param and creates some variables. The problem is that I would like to use child's vars in the parent epl and i don't want

Re: problem solved, but still weird!

2000-04-20 Thread Ilia Lobsanov
ac restart is what is usually expected of you, unless you use Apache::StatINC, for development only of course. ilia. > -Original Message- > From: Ulrike Schepp [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 20, 2000 2:52 AM > To: Steven D. Arnold > Cc: Embperl Mailingliste > Subject:

Re: crypt() under windows

2000-04-20 Thread Billy Donahue
On Thu, 20 Apr 2000, Matt Sergeant wrote: > Date: Thu, 20 Apr 2000 09:11:00 +0100 (BST) > From: Matt Sergeant <[EMAIL PROTECTED]> > To: Gunther Birznieks <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: crypt() under windows > > On Thu, 20 Apr 2000, Gunther Birznieks

Re: crypt() under windows

2000-04-20 Thread Randy Kobes
On Thu, 20 Apr 2000, Matt Sergeant wrote: > On Thu, 20 Apr 2000, Gunther Birznieks wrote: > > > At 09:00 PM 4/19/00 +0100, Matt Sergeant wrote: > > >On Wed, 19 Apr 2000, Tim Bishop wrote: > > > > > > > > > > > Hi- > > > > > > > > We used Martin Vorlaender's Crypt::UnixCrypt module for the same r

Re: crypt() under windows

2000-04-20 Thread Matt Sergeant
On Thu, 20 Apr 2000, Gunther Birznieks wrote: > At 09:00 PM 4/19/00 +0100, Matt Sergeant wrote: > >On Wed, 19 Apr 2000, Tim Bishop wrote: > > > > > > > > Hi- > > > > > > We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason > > > you need it - no crypt() on Windows. > > > >Nones

Re: strange problem

2000-04-20 Thread Frerk Meyer
I too have problems with modules in EmbPerl. I tried to concentrate SQL functions in a module. Now when I use them in simple SELECT and output page, 98% of the time all is working, but in 1% I get an error in the module and in 1% I get an error on the embperl page that uses the module. There seem

Dissapearing /TR's

2000-04-20 Thread Umar Goldeli
Greetings, I am thouroughly at a loss.. The code is as follows: [+ $head->[$col] +]: And for some strange reason - the output eats all the 's - thus leaving me with one long line of results.. Any advice would be *greatly* apprecaited. //umar. -