in reply to Variable Substitution within NameSpace
What you should do instead is use the param method of CGI - like this:
$input=new CGI; print param('custtype')." ".param($xx); [download]