http://www.perlmonks.org?node_id=77194


in reply to Redirect to PDF file

It would help if you could show us what didn't work for you. This would help us correct your code form what you did, and show others what to do, and not to do.

PS. Did you look at CGI.pm's redirect() method?

print redirect('http://somewhere.else/blah/blah');

Cheers,
KM