If you are happy to have all your perl run with the same flags 
(e.g. -wT), you can configure Apache to ignore the shebang line 
and use registry associations

Either with a global
        ScriptInterpreterSource registry
or on a per-directory basis
    <Directory "C:/blah/cgi-bin">
        ... other options snipped...
        Allow from all
        ScriptInterpreterSource registry
    </Directory>

Michael
---
Michael Dreksler
        michael at dreksler.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to