CGI.pm Posted on 2003-07-23 | Tagged : Perl 使用法 use CGI; $data = new CGI; $name = $data->param('name');