[問題]寫入檔案

看板Perl作者 (寬闊的心)時間20年前 (2004/07/01 08:03), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/4 (看更多)
#!/usr/bin/perl -w require "cgi-lib.pl"; use GD; &ReadParse(*value); ($name,$word)=($value{"username"},$value{"password"}); print "Content-type: text/html\n\n"; print "<html><h1>Hello!</h1>"; print "<br><p>your account is succeed.</p>"; open( FILE,">>$account.txt"); print FILE "$name::$word::\n"; close(FILE); print "</html>"; ----------------------- 不知為何 就是寫不入account.txt 請大大幫個忙看一下吧.... -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.62.121.66
文章代碼(AID): #10urJazQ (Perl)
討論串 (同標題文章)
文章代碼(AID): #10urJazQ (Perl)