如何通过其他页面的URL发送的perl页面中的数据?

时间:2014-01-22 13:12:11

标签: perl cgi

我使用jquery将数据通过url传递到perl页面,如何将数据转换为变量以使用它。

location.href =“../ test / test1.pl?org_id =”+ org_val;

1 个答案:

答案 0 :(得分:0)

CGI; $q = new CGI; my $org_id = $q->param('org_id');