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

