관리-도구
편집 파일: shell2_test.cgi
#!/usr/bin/perl use CGI; my $cgi = CGI->new(); my @param = $cgi->param(); print"Content-type: text/html\n\n"; print"Hello";