Re: new Embperl person (read idiot) + Apache 2.0 + Win32 -> failedto resolve handler `Embperl'

2003-02-12 Thread Randy Kobes
On Mon, 10 Feb 2003, Bruce G. Williams wrote: > Hello Wise Ones On The Hill, > I have read all installation instructions for Embperl > several times and followed them. So many release changes, so > many change noticesGod I love it. >I am running Win32 + Apache Server 2.0.43 + mod_perl

new Embperl person (read idiot) + Apache 2.0 + Win32 -> failed to resolve handler `Embperl'

2003-02-12 Thread Bruce G. Williams
Hello Wise Ones On The Hill,     I have read all installation instructions for Embperl several times and followed them. So many release changes, so many change noticesGod I love it.    I am running Win32 + Apache Server 2.0.43 + mod_perl 1.99_09 + Perl5.6.1 + PHP 4.3.0 + MySQL Server 3.2

Re: How to write a link?

2003-02-12 Thread Luiz Fernando B. Ribeiro
Hi, Put a ref to the %fdat hash in the link, example: [- $args = \%fdat; -] http://esorclupg/embperl/dba_database.epl?[+ $args +]">link Embperl will build all the key=value pairs for you. I don't know why but inserting directly the \%fdat ref in the link never worked for me but the above exampl

Re: How to write links using Embperl?

2003-02-12 Thread Gerald Richter
Hi > > > http://esorclupg/embperl/dba_database.epl?user_name=[+ > $fdat{user_name} +]&password=[+ $fdat{password} +]&admin_cnx=[+ > $fdat{admin_cnx} +]">[+ $elem +] > If you are sure the hash (%fdat in this case) contains only the elements you want to pass, you can write http://esorclupg/embperl/

Re: binary build of Embperl for Win32 Apache2

2003-02-12 Thread Gerald Richter
> > > When you get asked for ApacheCore.lib, anwser with the full > > path (includeing filename) to libhttpd.lib e.g. > > > > C:\Programme\Apache2\bin\libhttpd.lib > > > > then it should work, but I didn't have tested it yet > > I tried this, and it started compiling OK, but then there > were a cou

Re: binary build of Embperl for Win32 Apache2

2003-02-12 Thread Gerald Richter
> > Thanks for the response. Certainly some way or else can work it around. As > you and all of us in the mailing list know that Empberl is the best server > scripting tool ever seen. Isn't it possible with a little more efforts to > make its installation less painful so that I don't need to compil

Re: Question about Exported symbols

2003-02-12 Thread Gerald Richter
It's not an EMbperl question, but...   When you use p2 it's gets compiled and the Perl compiler tries to resolve the names to the subrountines you import from p1. If the use is before the BEGIN, these symbols aren't exported at this point, so the compiling of p2 will fail.   Gerald  

How to write links using Embperl?

2003-02-12 Thread David, Patrick
Hi I've developed an application using apache server release 1.3.26, mod_perl 1.27_01-dev and HTML-Embperl release 1.3.4. My application connects to an Oracle 8i database. To go from one page to another page I use the tag. I would like to know if there is a better way to write HTML links with Em

How to write a link?

2003-02-12 Thread David, Patrick
Hi I've developed an application using apache server release 1.3.26, mod_perl 1.27_01-dev and HTML-Embperl release 1.3.4. My application connects to an Oracle 8i database. To go from one page to another page I use the tag. I would like to know if there is a better way to write HTML links with Em