RE: Apache::Util routines

2000-11-08 Thread Geoffrey Young
-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 subrout

Re: Apache::Util routines

2000-11-08 Thread Ian Kallen
Apache::Util XS hooks into some of Apache's C code for date handling, escaping and so forth. There's no way with the current architecture to use it in a non-Apache-runtime context; running it from within your shell won't work. perl -M'Apache::Util qw(:all)' -e '$a = parsedate("")' Undefined