mod_perl problem

2003-08-23 Thread Koen van der Drift
Hi, I have perl 5.8.0 installed and have troubles when activating mod_perl in the httpd.conf file. I activaed mod_perl per the instructions in Mac OS X in a Nutshell: LoadModule perl_module /usr/libexec/httpd/libperl.so AddModule mod_perl.c Location /perl SetHandler perl-script

Re: converting script to use with CamelBones

2002-11-07 Thread Koen van der Drift
Ok, solved it :) if ( _ = $num ) { my $sum = 0; $sum += $_ for myList[_]; ... # do some calculations here return 1; } for my $i ( ( _ ? $_[-1] + 1 : 0 ) .. ( myList - $num + _ ) ) { iterate( _, $i ); } I moved the part

perl 5.8.0 installer

2002-07-24 Thread Koen van der Drift
Hi, There is a perl 5.8.0 installer for OSX that can be found here: http://www.serverlogistics.com/software.html Supposedly it installs perl into /opt/perl. Did anyone already try it? - Koen.

Re: perl 5.8.0 installer

2002-07-24 Thread Koen van der Drift
At 03:30 PM 7/24/2002 +0100, Phil Dobbin wrote: And looking at the sketchy outline at the web site, I think I'll wait 'till somebody else does ;-) That's why I posted it here too :) There's also an entry on this on macosxhints.com, but there are no comments yet. - Koen.