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
- 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