Sharon Beall wrote: > Hello, > > I have a Perl CGI script that takes a webform (for reports) and > processes it to dynamically create a URL (to a given report). The form > and processing is completed. > > I'm stuck on the last step of how to automatically open the dynamically > built URL in a browser, whether another window or the existing window, I > don't care.
print "Location: $redirect_URL\n\n"; -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
