Apache::Constants::NOT_FOUND() - undefined?

2000-07-31 Thread will trillich
this is bound to be simple, so of course i'm at a loss to find it... % perl -MApache::Constants -e 'print NOT_FOUND' Undefined subroutine Apache::Constants::NOT_FOUND called at -e line 1. i also try it via #!/usr/bin/perl use Apache::Constants qw(:standard); print

Re: Apache::Constants::NOT_FOUND() - undefined?

2000-07-31 Thread Matt Sergeant
On Mon, 31 Jul 2000, will trillich wrote: this is bound to be simple, so of course i'm at a loss to find it... % perl -MApache::Constants -e 'print NOT_FOUND' Undefined subroutine Apache::Constants::NOT_FOUND called at -e line 1. i also try it via #!/usr/bin/perl use