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