Yes, what are you describing is very well possible to do with CGI/perl. However it looks like you need to understand how CGI works, how parameters from HTML form are passed to back to server (and the CGI) and how to process them.
For introduction, look at Perl and CGI Tutorial. The perl used in the article is quite old-school, but there is quite good overview on CGI architecture.
发布评论
评论(1)
是的,你所描述的内容很可能用 CGI/perl 来实现。然而,您似乎需要了解 CGI 的工作原理、HTML 表单中的参数如何传递回服务器(和 CGI)以及如何处理它们。
有关介绍,请参阅Perl 和 CGI 教程。文章中使用的 Perl 相当老式,但对 CGI 架构有很好的概述。
Yes, what are you describing is very well possible to do with CGI/perl. However it looks like you need to understand how CGI works, how parameters from HTML form are passed to back to server (and the CGI) and how to process them.
For introduction, look at Perl and CGI Tutorial. The perl used in the article is quite old-school, but there is quite good overview on CGI architecture.