in reply to Encoding spaces in CGI form data
Enter CGI:
use CGI; my $q = CGI->new(); my $user_input = $q->param( 'user_input' ); [download]