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

}


Reply via email to