[問題] LWP::Simple get 亂碼問題

看板Perl作者 (C語言)時間7年前 (2017/03/07 15:30), 編輯推噓2(201)
留言3則, 3人參與, 最新討論串1/2 (看更多)
請問一下使用 LWP::Simple get() function 傳回的繁體中文內容是亂碼 該如何解決? 嘗試用encode function 似乎也沒辦法 use Encode; $content = get $url; $data = encode("Big5", $content); 不知道這樣是什麼問題呢? htm 網頁打開是繁體的, 用 google chrome 檢視原始碼也可以看到正常的繁體字 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.160.185.234 ※ 文章網址: https://www.ptt.cc/bbs/Perl/M.1488871812.A.DD3.html

03/08 00:08, , 1F
url 是什麼,如果知道的話可以幫你測一下
03/08 00:08, 1F

03/08 01:01, , 2F
一般不是使用decode()後才內部處理嗎
03/08 01:01, 2F

03/09 18:18, , 3F
推樓上decode
03/09 18:18, 3F
文章代碼(AID): #1Olc64tJ (Perl)
討論串 (同標題文章)
文章代碼(AID): #1Olc64tJ (Perl)