On Mon, 1 Nov 1999, John Siracusa wrote:

> 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

isn't that functionality available in CGI?

ky

Reply via email to