asp  

Re: Can't undef active subroutine

Warren Young
Mon, 23 Aug 2004 15:50:42 -0700

Arnon Weinberg wrote:

<%
  sub foo {}

Don't do that!

Put subroutines in either global.asa, or in a separate Perl module.

If you search the Apache::ASP documentation, you will find where it specifically tells you not to define subroutines in your ASP files. It has to do with the way the ASP files are processed.

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