you won't see me #### #!/usr/bin/perl -Tw use strict; use CGI qw(redirect); print redirect('http://localhost/redirected.html'); #### [jeffa]$ perl -MLWP::Simple -le'getprint "http://localhost/cgi-bin/redirect.cgi"' redirected! you've been redirected! [jeffa]$ perl -MLWP::Simple -le'getprint "http://localhost/redirect.html"' redirect you won't see me