in reply to problem endcoding URLs with embedded spaces
use strict; use CGI; my $q = new CGI; my $url = $q->param("url"); # Log data print $q->redirect("$url"); [download]