Re: Using encode/decode modules

2005-10-03 Thread Philip M. Gollucci
Foward to apreq-dev (at) httpd.apache.org Watch the reply-to all list. Boysenberry Payne wrote: While using MP1 I used URI::Escape to unescape and escape URIs. Now I've noticed MP2 APR::Request has encode/unencode as subroutines Should I stick to APR? I have to load it in my startup.pl file an

Using encode/decode modules

2005-10-03 Thread Boysenberry Payne
While using MP1 I used URI::Escape to unescape and escape URIs. Now I've noticed MP2 APR::Request has encode/unencode as subroutines Should I stick to APR? I have to load it in my startup.pl file anyway. It would save the URI::Escape load. Is it the same, better worse? TIA, Boysenberry boys