> -----Original Message-----
> From: Edwin Pratomo [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 08, 2000 12:44 AM
> To: [EMAIL PROTECTED]
> Subject: Apache::Util routines
> 
> 
> Guys, 
> mod_perl 1.24:
> 
> perl -M'Apache::Util qw(:all)' -e '$a = parsedate("")'
> Undefined subroutine &Apache::Util::parsedate called at -e line 1.
> 
> Looks like I've been missing something?

I doubt that you can use Apache::Util outside of the mod_perl runtime
environment...

if you are seeing the same thing in your live server, then you probably
didn't compile with PERL_UTIL_API=1 or EVERYTHING=1

HTH

--Geoff

> 
> Rgds,
> Edwin.
> 

Reply via email to