always same code for perl cgi

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;
抜粋
脚注


Old New Date Created Author Actions
2023年6月29日 12:11 PM Susam Maharjan
2023年6月29日 12:09 PM Susam Maharjan

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です