today miss take
| You are currently viewing a revision titled "today miss take", saved on 2025年1月10日 8:43 PM by pooja | |
|---|---|
| タイトル | today miss take |
| コンテンツ | #!/usr/bin/perl
BEGIN{ s| = 1; print "Content-type: text/html\n\n"; open(STDERR,">&STDOUT");}
use CGI;
$query = new CGI;
corect
#!/usr/bin/perl
BEGIN{ $| = 1; print "Content-type: text/html\n\n"; open(STDERR, ">&STDOUT"); }
use CGI;
$query = new CGI; |
| 抜粋 | |
| 脚注 |

