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