perl如何写网站跳转

perl如何写网站跳转

我想写一个perl proxy 当接收到http://IP:3360/thread.php?=1便指向http://127.0.0.1/main.html 如果http://IP:3360/thread.php?=2(不为1的值)便指向http://127.0.0.1/wrong.html
   兄弟们有没有什么办法??
try

[Copy to clipboard] [ - ]
CODE:
HTTP::Proxy

,  it's amazing

直接Location头不行么?


QUOTE:
原帖由 lewphee 于 2008-2-20 01:36 发表
直接Location头不行么?

print "location: http://xxx.xxx.xxx\n\n";
有没有办法啊


QUOTE:
原帖由 hitsubunnu 于 2008-2-20 08:09 发表

print "location: http://xxx.xxx.xxx\n\n";

受教了……我还不知道…… -_|||
我用笨办法,输出javascript……
不是在应用层在,是在http:proxy里面