Hello,
 I have been able to use redirects with cgi.pm as long 
as the redirect is the only thing in the script.

i.e.
#!/usr/bin/perl
use CGI qw(:standard);
print redirect('http://google.com/');


but what i need to do is print a bunch of html , have perl do
a few jobs on my system, and then do a redirect when its done.

is this possible?

thanks,
-- 
jdavis <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to