in reply to Re: problem with strict in perl 5.6 and asp
in thread problem with strict in perl 5.6 and asp

That script works fine. I can't figure where this "bareword remove" and "bareword cancel" are coming from.
  • Comment on Re^2: problem with strict in perl 5.6 and asp

Replies are listed 'Best First'.
Re^3: problem with strict in perl 5.6 and asp
by erroneousBollock (Curate) on Nov 06, 2007 at 04:49 UTC
    I have a vague memory that there's something weird about the way PerlScript embeds perl in ASP w.r.t package variables.

    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