in reply to (wil) Re: how do I redirect to a previous page in my CGI scriptin thread how do I redirect to a previous page in my CGI script
use CGI qw(redirect referer); print redirect(referer()); [download]
-- Randal L. Schwartz, Perl hacker