Re: [OT] html to perl to mysql

2002-03-27 Thread Rodney Broom
From: Bob T <[EMAIL PROTECTED]> > The browser displays a new page which displays the perl source code. > How do I run the perl script from the browser This means that Apache isn't executing your code, instead he's just reading in the text of "myperlscript" and sending it to the browser. You nee

Re: html to perl to mysql

2002-03-27 Thread Lance Uyehara
> Using apache 1.3.23 for win32 > WinXp and Perl 5.6 and Mysql 3.23.44-nt > The localhost test page by apache runs correctly > The perl script runs from the command line, the Browser url line and just by > clicking it in the dir. > > Trying to launch this perl-dbi script from the brow

html to perl to mysql

2002-03-26 Thread Bob T
Using apache 1.3.23 for win32 WinXp and Perl 5.6 and Mysql 3.23.44-nt The localhost test page by apache runs correctly The perl script runs from the command line, the Browser url line and just by clicking it in the dir. Trying to launch this perl-dbi script from the browser, all it d