上運行Perl腳本,當我嘗試我的第二臺計算機上運行腳本,我得到這個消息:不能其他計算機
malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "LWP will support htt...") at iptest.pl line 21, line 2.
在我的第一臺電腦,腳本工作正常。
線21:
my $data = decode_json($resp->content);
有誰知道問題可能是什麼?
在此先感謝
顯示我們代碼的其餘部分將是我們一個很大的幫助。 – jwodder 2013-05-13 01:35:00
我把其餘的...... – 2013-05-13 01:36:57
從'STDIN'讀取時,你必須'chomp'你的變量去除換行符。 'chomp(我們的$ qve =);'我想你可以使用'my'而不是'our'。 –
2013-05-13 01:43:35