Can I use the Apache::Util functions outside mod_perl? Here's an attempt:
% cat > test.pl
use Apache::Util;
print Apache::Util::escape_html('<foo>');
% perl test.pl
Undefined subroutine &Apache::Util::escape_html called at test.pl line 3.
I'd like to have access to the fast URL/HTML escaping subroutines
in "regular" perl scripts, if possible.
-John
- Re: Using Apache::Util outside mod_perl John Siracusa
- Re: Using Apache::Util outside mod_perl Ken Y. Clark
- Re: Using Apache::Util outside mod_perl John Siracusa
- Re: Using Apache::Util outside mod_perl Randal L. Schwartz
- Re: Using Apache::Util outside mod_per... Doug MacEachern
- Re: Using Apache::Util outside mod_perl Tobias Hoellrich
