in reply to Re^2: problem with strict in perl 5.6 and asp
in thread problem with strict in perl 5.6 and asp
If I remember correctly, sometimes you need to pass $Request, $Application, etc to your subroutines instead of referencing them within the subroutines. I know that sounds crazy, but I seem to remember that solving quite a few issues.
Update: Aha! I remembered correctly. That link explains how to 'use strict' successfully in PerlScript.
-David
|
|---|