Bryan Harris wrote: > > # do this. make sure that this line is the > > # ONLY thing you print out to the browser. > > print "Location: http://rightplace.com/\n\n"; > > > Wow, this is cool! Where is this documented? I'm interested in > learning about other things like this...
This is part of the HTTP spec, which is defined in RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30 The CGI module can produce a redirect header as well, with its redirect() method. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>