Hello all... I'm using CAP::Dispatch and I have a question. Do not know if this is by design or a flaw, but I kind of need to use this... When a URL contains the escaped space character, CAP::Dispatch returns as a parameter only the part before the space character. Example: for the URL: http://www.example.com/search/1/any/Sri%20Lanka/asc I get only: 'Sri' back from $self->param('foo'); and not 'Sri Lanka'. Don't know if this happens for any escaped character and not just the space char.
Thank you, Giannis --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
