RE: Best Practices Question

2006-08-29 Thread Daniel B. Hemmerich
$return; } $MODIFIED{$file} = -M _;# Update the MODIFICATION times } } -Original Message- From: Michael Peters [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 12:39 PM To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: Best Practices Question Daniel

Re: Best Practices Question

2006-08-29 Thread Michael Peters
Daniel B. Hemmerich wrote: > What is a better route to go? > > > >1. Have a handler in Apache call a package directly using a handler() > – having the module itself parse out arguments passed in and > loading configuration files based on argument values. >2. Build a script

Best Practices Question

2006-08-28 Thread Daniel B. Hemmerich
What is a better route to go?   Have a handler in Apache call a package directly using a handler() – having the module itself parse out arguments passed in and loading configuration files based on argument values. Build a script in /cgi-bin/ that uses mod_perl2, par