simple CGI and ASP

Hi all, The scenario is unix box+apache+asp+perl. I've the following code: ------------------------------ --------------- <% use strict; use warnings; use CGI; my $web = new CGI; my @all = $web->param;