Re: Problem with single quote ' character

2000-11-15 Thread Victor Michael D. Blancas
> > Hi Rodney, thanks very much for your reply. I'm trying it now, but I'm doing > > something wrong. Here's what I have, could you take a look at it? > > > > #parse query string and enter into database if query string exists > > > > my $authors = $query{'authors'}; > > my $title = $query{'title

Re: Does anyone know of a Hello World program for mod_perl andApache::ASP

2000-09-13 Thread Victor Michael D. Blancas
On Wed, 13 Sep 2000, Jason wrote: > I need a simple script that will test to see if these are working on my > server. > > > Visit the Apache::ASP homepage, there are a lot of examples there including the httpd.conf modification you may need.

Re: How can I tell if Apache::ASP is available?

2000-09-13 Thread Victor Michael D. Blancas
> This is the output of my httpd -l command .. how can I tell if Apache::ASP > is available? you can't from http -l. Apache::ASP is not an apache module but a perl module. try 'perldoc Apache::ASP' if you see the documentation then Apache::ASP was properly installed. another thing, you will not

Re: Question on installation and location of httd.conf file.

2000-09-12 Thread Victor Michael D. Blancas
Mike On Tue, 12 Sep 2000, Jason wrote: > Hi .. I hope someone can help me with this problem. > > I've been assigned to install Apache::ASP and mod_perl so that one of our > client's can use a program called Hyperseek. > > My biggest problem is that I'm not very familiar with the server or t

Re: Benchmarking utlis?

2000-09-12 Thread Victor Michael D. Blancas
try the Benchmark module, it comes with the perl distribution and the apache benchmark utility ab in the apache binaries. Mike On Tue, 12 Sep 2000, Pramod Sokke wrote: > Hi all, > > Are there any benchmarking utilities/guidelines that I can use to prove the >performance boost with mod_perl?