$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
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
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