Re: [問題] 陣列問題

看板Perl作者 (System hacked)時間16年前 (2008/12/04 18:28), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
※ 引述《savealone (嘴砲馬)》之銘言: : 請問一下,@format_deny = qw/glass text\/xml:text\/html image\/jpeg/; : 像上面這樣單字串列會有錯誤嘛 : 因為裡面有規避字符(/),不知道這樣寫會問題嘛? : 因為我在pietty上面寫,可是他的顏色變化很奇怪 : 謝指教:) 用 qw{} 看起來會比較舒服: @format_deny = qw{glass text/xml:text/html image/jpeg}; -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.113.235.132
文章代碼(AID): #19Dx3L6o (Perl)
討論串 (同標題文章)
文章代碼(AID): #19Dx3L6o (Perl)