http://qs321.pair.com?node_id=255574

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

if i created a form that accepts user info from a previous page, and i pass that info via cookies because there is no user input on the prev page (hence no param method), how do i get rid of and/or override the previous cookie info?

i'm new to programming with cookies and i'm not sure how to go about it.

or should i even be using cookies? maybe a better/easier way??

thanks all