always same code for perl cgi
You are currently viewing a revision titled "alway same thing for perl", saved on 2023年6月29日 9:09 PM by Susam Maharjan | |
---|---|
タイトル | alway same thing for perl |
コンテンツ | #!/usr/bin/perl
BEGIN {$| = 1;print "Content-type: text/html\n\n";open(STDERR, ">&STDOUT");
}
use CGI;
$query = new CGI; |
抜粋 | |
脚注 |