On 28/05/06, Andrew Shitov <[EMAIL PROTECTED]> wrote:
Not first ;-)

http://real.perl6.ru/p6/environment/
http://real.perl6.ru/p6/querystring/?one=alpha&two=beta&three=gamma&empty&four=delta
http://real.perl6.ru/p6/cookie/ (refresh twice)
http://real.perl6.ru/p6/queryhash/?one=alpha&two=beta&three=gamma&empty&four=delta

This doesn't appear to deal with URI encoding, or even the s/+/ / task
(though I admit, dealing with perl6 and Russian on the same page makes
my eyes water).

Is there a reason you don't use a regex substitution? For that matter
can anyone give a working (under pugs) example of a simple
substitution using Perl6 regex, "+" => " " for example?

--michael

Reply via email to