Help for this page
my $input = 'foo+bar+baz'; my $i = 1; my $string = join '&', map { 'keyword' . $i++ . '=' . $_ } split /\+/, + $input;
2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$