Re: Off topic question a little worried

2002-03-20 Thread Chris Reinhardt
{SERVER_NAME}; It executes arbitrary commands as whatever your httpds run as. -- Chris Reinhardt [EMAIL PROTECTED] Systems Architect Dynamic DNS Network Services http://www.dyndns.org/

Re: which perl?

2001-06-23 Thread Chris Reinhardt
perl numbering scheme. ctriv@quartz:~$ perl -v This is perl, v5.6.1 built for sun4-solaris ctriv@quartz:~$ perl -e 'print $]\n' 5.006001 You should look at something like this (or it's sprintf equivalent). ctriv@quartz:~$ perl -e 'printf(%vd\n, $^V)' 5.6.1 Chris R. -- Chris Reinhardt [EMAIL

Re: How to tell if scripts are mod_perl ?

2001-04-20 Thread Chris Reinhardt
You can check the MOD_PERL envirement variable. Something like: if ($ENV{MOD_PERL}) { # We're under mod_perl } else { # strait perl here } -- Chris Reinhardt [EMAIL PROTECTED] Webmaster Dynamic DNS Network Services http

DynDNS.org

2000-12-31 Thread Chris Reinhardt
Hi, we've been running for the last year off of mod_perl. We currently supply dynamic DNS aliasing for over 58,000 users, and almost 100,000 hosts. This is all run on one pIII-450 without breaking a sweat. On an average day we perform over 5 updates a second. -- Chris Reinhardt [EMAIL