beginning code for cgi 2023年7月13日 最終更新日時 : 2023年7月13日 Susam Maharjan All Docs beginning code for cgi Read History #!/usr/bin/perl BEGIN{ $| = 1; print “Content-type: text/html\n\n”; open(STDERR, “>&STDOUT”);}