07/03/29 16:09:44 mlqKvmWA0
>>36
>>20のページ全部読んだ? Perl XML::Parserでぐぐった?
メモしておいたやつ書いておく。
Perl XML::Parserのインストール
URLリンク(sourceforge.net) (URLリンク(expat.sourceforge.net))からwindows用のexpat
expat_win32bin_2_0_0.exe
をダウンロードしてインストールし、コマンドプロンプトで以下を実行する。
set INCLUDE=%INCLUDE%;C:\Expat-2.0.0\Source\lib
set LIB=%LIB%;C:\Expat-2.0.0\Libs
copy C:\Expat-2.0.0\Libs\libexpat.dll C:\Perl\bin
cpan
cpan> install XML::Parser
cpan> force install XML::Parser
cpan> exit