Re: 'escape_url'

2005-02-20 Thread Stas Bekman
Perrin Harkins wrote: Jie Gao wrote: mplookup escape_url Don't know anything about method 'escape_url' Where is it now? http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__Util__escape_uri___ I've added it to the lookup knowledgebase, so it'll point it ou

Re: 'escape_url'

2005-02-20 Thread Perrin Harkins
Jie Gao wrote: mplookup escape_url Don't know anything about method 'escape_url' Where is it now? http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__Util__escape_uri___ - Perrin

'escape_url'

2005-02-20 Thread Jie Gao
Hi All, Can find: > mplookup unescape_url To use method 'unescape_url' add: use Apache::URI (); but: > mplookup escape_url Don't know anything about method 'escape_url' Where is it now? Jie