Hi,
I am developing a small CGI application. My application automatically should open another page(cgi script) once the user is authenticated. I tried the redirect function of CGI
$cgi->redirect(url)
but it is not working for me . Can anyone help me please ?.
Thanks