Sat*_*ato 3 perl
我正在使用 HTTP::Server::Simple::CGI
HTTP::Server::Simple::CGI
print $cgi->header("text/plain"), $cgi->start_html("Hello"), $cgi->h1("Hello $who!"), $cgi->end_html;
有类似的东西$cgi->start_text("hello")吗?
$cgi->start_text("hello")
我想输出纯文本.
Don*_*oma 7
只需打印它......
print $cgi->header("text/plain"), "hello";
归档时间:
10 年,5 月 前
查看次数:
708 次
最近记录: