Hi Joshua! Thank you for the quick reply and the version 2.21! I installed it, but semicolons still don't work. I looked a little at the ASP.pm code and compared the version 0.09 to version 2.21. I may be completely wrong, but it looked to me that in version 0.09, you used the method parse_params in the CGI.pm module to parse the query string, while in 2.21, the ASP.pm method ParseParams is used. Parse_params in CGI.pm does a split(/[&;]/,$tosplit), while ParseParams in ASP.pm does a split /\&/, $string, -1. Could this be the difference? Anyway, this is not a "show stopper" for me, and I wouldn't want you to feel the need to change something that might break something else. I just have a faint memory of having read somewhere that semicolons were preferable to ampersands when delimiting query string paramaters, which is why I used them in the first place. Cheers /Anders PS. Thanks for an absolutely top class piece of software, we've been using it in an intranet application (Apache, Oracle as database engine, all on a Linux platform) for a couple of years now with no problems whatsoever. On Wed, 01 Aug 2001 22:30:17 -0700, Joshua Chamas said: > ap wrote: > > > > Hello! > > > > I've just upgraded from Apache 1.3.6 with modperl 1.19 and ASP 0.09 -> Apache > > 1.3.20 with modperl 1.25 and ASP 2.15. In my ASP scripts, I've used semicolons > > (;) as parameter separators when I generate query strings with multiple > > parameters; this no longer seems to work. Ampersands (&) work, but I'd rather > > use semicolons - if for no other reason than to save me the work of going > > through and making changes in all my scripts. Have I overlooked something, or > > are semicolons no longer supported as query parameter separators? > > > > If you are telling me it used to work, then it should still > work, sorry about that. > > I'll send separately a dev version of 2.21 which should fix > this for you. > > --Josh > > _________________________________________________________________ > Joshua Chamas Chamas Enterprises Inc. > NodeWorks Founder Huntington Beach, CA USA > http://www.nodeworks.com 1-714-625-4051 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]