Browser detection

2000-08-21 Thread Wei Zhu
Hi, How can I do the following in Embperl: -- if browser.appName is IE then Execute (ieheader.htm) elseif browser.appName is netscape then Execute (nsheader.htm) else end if -- Thanks, Wei ---

fastcgi and embperl

2000-08-21 Thread F. Heinrichmeyer
Hello, can i use embperl with fastcgi? I think about it as i dont have control over the apache configuration (no root rights) but i would have control over the fastcgi server. MfG -- Fritz Heinrichmeyer mailto:[EMAIL PROTECTED] FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/9

Re: EMBPERL_OBJECT_ADDPATH modifiable at runtime?

2000-08-21 Thread Andre Landwehr
On Mon, Aug 21, 2000 at 05:44:15PM +0200, Andre Landwehr wrote: > "PerlSetEnv EMBPERL_OBJECT_ADDPATH :/home/httpd/145.228.6.167/components:" > in my httpd.conf, but this is what is logged in embperl.log: > (...) Forget my previous postings, I had a really dumb mistake in the ADDPATH I specified i

Re[2]: [HELP]: Error message

2000-08-21 Thread Alexei V. Alexandrov
Hello jbodnar, Monday, August 21, 2000, 8:25:08 PM, you wrote: jtlc> Make sure all your brackets ('[' and ']') match up. It sounds like you may have jtlc> an extra ']' which is causing to Embperl to pop the stack when there's nothing jtlc> left on it. Found out -- HTML was causing this error

RE: [HELP]: Error message

2000-08-21 Thread jbodnar
Make sure all your brackets ('[' and ']') match up. It sounds like you may have an extra ']' which is causing to Embperl to pop the stack when there's nothing left on it. On 21-Aug-2000 Alexei V. Alexandrov wrote: > Hello everyone, > > I have a problem with execute function in embperl. My pag

Re: EMBPERL_OBJECT_ADDPATH modifiable at runtime?

2000-08-21 Thread Andre Landwehr
On Mon, Aug 21, 2000 at 04:06:21PM +0200, Andre Landwehr wrote: > is there a way to modify EMBPERL_OBJECT_ADDPATH from within my > pages or another way (apart from absolute pathes) to Execute > modules not in the same hierarchie as the called page? ok, I realize that my problem is bigger than I f

[HELP]: Error message

2000-08-21 Thread Alexei V. Alexandrov
Hello everyone, I have a problem with execute function in embperl. My page has a header and a footer file which is called using execute. Embperl does HTML syntax checking (btw, how can i turn this off). After i have corrected all the html mistakes it gives me the following error:

EMBPERL_OBJECT_ADDPATH modifiable at runtime?

2000-08-21 Thread Andre Landwehr
hi, is there a way to modify EMBPERL_OBJECT_ADDPATH from within my pages or another way (apart from absolute pathes) to Execute modules not in the same hierarchie as the called page? Andre - To unsubscribe, e-mail: [EMAIL PROTE

Re: Embperl from CVS and modified files

2000-08-21 Thread Gerald Richter
> > Hmm, couldn't that be done on a copy, so it would not upset cvs? If I > would be doing a patch using cvs diff I would have to remove my local > perl location so I do not accidently distribute a patch with the wrong > defaults. For example embpcgi.bat could be named embpcgi.bat.template > in cv

Re: Embperl from CVS and modified files

2000-08-21 Thread Jens-Uwe Mager
>Makefile.PL inserts the correct path to your perl binary in the first line, >i.e. > >#!/usr/bin/perl > >or whatever it is on your system > >So that CVS behaviour is quite allright Hmm, couldn't that be done on a copy, so it would not upset cvs? If I would be doing a patch using cvs diff I would

Re: Embperl from CVS and modified files

2000-08-21 Thread Gerald Richter
Hi, > > I do get the newest version of Embperl via cvs upd and every time I do > that I get conflicts: > > RCS file: /home/cvspublic/embperl/embpcgi.bat,v > ... > Is there a special reason that these files are modified locally during > the configuration/make cycle so these conflicts are happening

Embperl from CVS and modified files

2000-08-21 Thread Jens-Uwe Mager
Hi, I do get the newest version of Embperl via cvs upd and every time I do that I get conflicts: RCS file: /home/cvspublic/embperl/embpcgi.bat,v retrieving revision 1.8 retrieving revision 1.10 Merging differences between 1.8 and 1.10 into embpcgi.bat rcsmerge: warning: conflicts during merge cv