Redirecting a Perl Page To ASP/ASP.Net Page
-
Hi All, Can Anybody help me out on how to redirect from a perl page to ASP/ASP.Net Page. I have a perl script which perform some function and i want as the script is executed it should redirect to a ASP/ASP.Net Page with some query string. I need to know how can I accomplish this task. Any Help in this regard is higly appreciated in advance. Jaffer Mumtaz
-
Hi All, Can Anybody help me out on how to redirect from a perl page to ASP/ASP.Net Page. I have a perl script which perform some function and i want as the script is executed it should redirect to a ASP/ASP.Net Page with some query string. I need to know how can I accomplish this task. Any Help in this regard is higly appreciated in advance. Jaffer Mumtaz
Try:
print "Location: http://www.developernotes.com/default.aspx\\n\\n";
- Nick Parker
My Blog | My Articles