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

I am using CGI_Lite and I want to set a cookie and redirect to a url. I don't want to use CGI.pm which has a redirect method. Is there a way to redirect with setting a cookie and without using CGI.pm? Thanks

Originally posted as a Categorized Question.