You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jie Gao <J....@isu.usyd.edu.au> on 2005/02/21 01:47:24 UTC

'escape_url'

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

Re: 'escape_url'

Posted by Stas Bekman <st...@stason.org>.
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 out 
automatically now with your mplookup.

-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Re: 'escape_url'

Posted by Perrin Harkins <pe...@elem.com>.
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