Re: Error 404 when returning to epl Page

2002-02-02 Thread Gerald Richter
Hello, > When I am using the Back - Button of the browser to > return to a epl Page I am getting often Error 404. > > Howe can this be solved? > Look thru your httpd access log file and the embperl log file to see when actually happen. Normaly the browser shouldn't make a new request when you h

Re: Accessing a list of returned values from perl in C code

2002-02-02 Thread Gerald Richter
> your missing the proper mailing list, Yes anyway... > > n = perl_call_pv("genericInvoke", G_SCALAR); You have to call it in array context, so write: n = perl_call_pv("genericInvoke", G_ARRAY); Gerald - Gerald Richterecos el

Re: Embedding perl on W32 apache

2002-02-02 Thread Gerald Richter
>Hi, I've downloaded binary apache distribution v1.3.22 for Windows and installed it on a W98 pc. >I' would like to embed perl on my web pages, but I don't know what I need. >On Linux systems I recompile apache with mod_perl, install the embed_perl perl module, add some few rows in >srm.conf and a