in reply to passing a value between pages

Hi, You can either use CGI::Session or <input type=hidden> to pass the values accross pages. It is better to use CGI::Session for better security.