>>>>> "Jdavis" == Jdavis  <[EMAIL PROTECTED]> writes:

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

First, this should be in the perl-cgi-beginners list instead of this list.

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


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

Jdavis> is this possible?

You can't "print a bunch of html" and then "redirect".

Choose one.  You either want the browser here, or somewhere else.
Which is it?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
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