I'm trying to come up with a Perl back button in my scripts. I know using the referer will produce this, and generally suits me fine, but sometimes I want to return to the prior invocation of my script and retain the exact state it was in. So, using the self_url() returns the current state of the page...not the prior one. I know I can use javascript (history.back()...etc, but, if it's possible to use perl, I'd like to see.