"Hise, Gregory A" wrote:
> 
> I'm new to this so I beg your indulgence.
> 
> I've written a script that updates a database.  At the end of the script I
> want to jump to another page in the web.  I cannot figure out how to do it.
> Any suggestions.

Use a redirect:

        print "Location: $url\n\n";

May get more complicated on some servers.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   http://www.todbe.com/
  / ) /--<  o // //      Mailto:[EMAIL PROTECTED] http://dbecoll.webjump.com/
-/-' /___/_<_</_</_    http://www.freeyellow.com/members/dbecoll/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to