Re: Advice for enabling perl on OSX

2004-04-22 Thread Joel Rees
On 2004.4.22, at 10:59 PM, Eric Curts wrote: ... I loaded a simple script to just test things out (one that just prints out environment variables) and it will not run. When I try to bring up the script I get: What command line are you using? Forbidden You don't have permission to access /hck/c

Re: Merging into Address Book

2004-04-22 Thread Ken Williams
On Apr 21, 2004, at 9:11 AM, Chris Nandor wrote: Did you look at the Address Book example in ex/ ? It uses whose() to find entries. YOU SIR ARE A GEM K. Yeah, I'd seen it, but I forgot about it when I saw the other example you mailed to the list. Thanks. -Ken

macosx@perl.org

2004-04-22 Thread Rick Third
unsubscribe

Re: Advice for enabling perl on OSX

2004-04-22 Thread Jeff Lowrey
At 11:00 AM 4/22/2004, Chris Devers wrote: On the other hand, the Apache error page mentioned that it was running on a non-standard port (16nnn), so I'm assuming that Eric knows how to test & restart his Apache instance. Not necessarily. Enabling "Performance monitoring" or something like that in

Re: Advice for enabling perl on OSX

2004-04-22 Thread Dave Gomez
The one I caught was that you couldn't run it from the command line with proper permissions. Do a "whereis perl" to ensure it's there, a perl -v to check it's info, and verify that you can run the script from the commandline. dave On Apr 22, 2004, at 6:59 AM, Eric Curts wrote: Greetings!

Re: Advice for enabling perl on OSX

2004-04-22 Thread Chris Devers
On Thu, 22 Apr 2004, Morbus Iff wrote: > >Try making one or both of those Apache changes in /etc/httpd/httpd.conf, > >then run `apachectl configtest && apachectl restart` to load the > >changes. If that still doesn't work, make sure that the CGI module is > >being loaded into Apache at launch

Re: Advice for enabling perl on OSX

2004-04-22 Thread Morbus Iff
>Try making one or both of those Apache changes in /etc/httpd/httpd.conf, >then run `apachectl configtest && apachectl restart` to load the >changes. If that still doesn't work, make sure that the CGI module is >being loaded into Apache at launch time by making sure that this line -- Minor correcti

Re: Advice for enabling perl on OSX

2004-04-22 Thread Chris Devers
On Thu, 22 Apr 2004, Eric Curts wrote: > I loaded a simple script to just test things out (one that just prints > out environment variables) and it will not run. When I try to bring > up the script I get: > > Forbidden > You don't have permission to access /hck/cgi-bin/printev.cgi on this server.

Advice for enabling perl on OSX

2004-04-22 Thread Eric Curts
Greetings! I while back I wrote about assisting a neighboring school district with some perl scripts I had written to allow teachers to easily make web pages. Thanks very much to everyone who gave such good advice. That really helped. Now we are actually in the process of getting the scripts to