Try print "Location: http://my.server.com/Page1.htm\n\n";
-----Original Message----- From: vikas mehta [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 5:17 AM To: [EMAIL PROTECTED] Subject: Redirecting request in pl script Hi Is there any eqvivalent of RequestDispatcher or pageContext.forward() of Servlet/JSP in perl What i want to do ......evaluate some expression if(expression=value1) { redirect("Page1.html") } else { redirect("Page2.html") } --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.393 / Virus Database: 223 - Release Date: 9/30/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.393 / Virus Database: 223 - Release Date: 9/30/2002
