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

Reply via email to