t/50-cgi: encode special chars in file names
[perl/plp/.git] / t / 50-cgi / 61-%25post+set.plp
1 <:
2 %post = (Foo => 'ok');
3 print join "\n", @post{'Foo', 'foo', '@Foo'};
4 print scalar keys %post;