use 5.008; use Encode qw(decode_utf8); my $s = decode_utf8(param('name')); [download]
In reply to Re: Passing unicode via html forms by itub in thread Passing unicode via html forms by Anonymous Monk