in reply to Re^2: Perl Mason & Apache: getting Apache2::Const to work
in thread Perl Mason & Apache: getting Apache2::Const to work
I think you need to add this before using the constant:
use Apache2::Const -compile => qw(NOT_FOUND);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl Mason & Apache: getting Apache2::Const to work
by jfroebe (Parson) on Sep 12, 2006 at 13:45 UTC | |
by perrin (Chancellor) on Sep 12, 2006 at 15:07 UTC |