in reply to Re^2: Definings variables recursivelyin thread Declaring variables recursively
.... @varnames=('name','affiliation','email','radio','geometric'); for (@varnames){$$_=param($_)}; .... [download]