in reply to Having problem with url space conversion

Or, in a more common way:
$string =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
But I prefer using uri_escape or param from CGI...

Best regards,
perl -e "$_=*F=>y~\*martinF~stronat~=>s~<A HREF="/index.pl?node=%5E%5Cw&lastnode_id=1072">^\w</A>~~g=>chop,print"

Replies are listed 'Best First'.