It would probably be best to use javascript to save user inputs as a cookie. After the user enters their input you can set the cookie. Later, you can use javascript or perl to grab the cookie. Another way is when the user submits their input have the next page send them a cookie with their info in it. Javascript is more versitial then perl for this, it all depends on how you want it to look/work.