111
#!/usr/bin/perl –w
use CGI;
{
my $q = new CGI;
print $q->header(),
$q->start_html("Hello perl world!"),
$q->h1('hello perl world'),
$q->end_html();
} 相关推荐
crazywdy 2007-06-24
习之北 2011-05-23
边城客栈学无止境 2020-07-05
Walter的学习笔记 2020-07-04
A宇 2020-06-14
边城客栈学无止境 2020-06-10
邓博学习笔记 2020-06-03
davidliu00 2020-05-26
ShiShuo 2020-05-16
Aggressivesnail 2020-05-10
ShiShuo 2020-04-26
hanxingwang00 2020-04-22
davidliu00 2020-03-06
ShiShuo 2020-03-06
ShiShuo 2020-03-05
Aggressivesnail 2020-02-28
aaLiweipeng 2020-02-01