⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 one of the linux gd libraries
💻
字号:
			XML::Parser Version 2.31Copyright (c) 1998-2000 Larry Wall and Clark Cooper.All rights reserved.This program is free software; you can redistribute it and/or modify itunder the same terms as Perl itself. This is a Perl extension interface to James Clark's XML parser, expat.It requires at least version 5.004 of perl and it requires that you haverelease 1.95.0 or greater of expat installed. You can download expatfrom:	 http://sourceforge.net/projects/expat/The documentation for this extension can be found in pod format at the endof the files Parser.pm and Expat/Expat.pm. The perldoc program, provided withthe perl distribution, can be used to view this documentation.This was modified from the original XML::Parser created by Larry Wall.To configure this module, cd to the directory that contains this README fileand type the following:	perl Makefile.PLAlternatively, if you plan to install XML::Parser somewhere other thanyour system's perl library directory. You can type something like this:	perl Makefile.PL PREFIX=/home/me/perl INSTALLDIRS=perlThen to build you run make.	makeYou can then test the module by typing:	make testThere are some sample utilities in the samples directory along with anxml form of the XML specification to test them on. You may need to changethe '#!' line at the top of these utilities to what is appropriate foryour system. If you're going to play around with them prior to installingthe module, you would need to add the blib paths to your perl searchpath, like this (assuming your current directory is samples):    perl -I../blib/lib -I../blib/arch xmlcomments REC-xml-19980210.xmlor set your PERLLIB environment variable.If you have write access to the installation directories, you may theninstall by typing:	make installDiscussion on features and bugs of this software and general discussionon topics relating to perl and XML takes place on the perl-xml mailinglist, to which you can subscribe by sending mail to:    subscribe-perl-xml@lyris.activestate.comDifferences from Version 2.30=============================Version 2.31 is a minor bugfix release to allow XML::Parser towork under the forthcoming Perl 5.8.0 release. There are no functionalchanges.Differences from Version 2.29=============================Expat is no longer included with this package. It must now be alreadyinstalled on your system as a library. You may download the libraryversion of expat from http://sourceforge.net/projects/expat/. Afterdownloading, expat must be configured (an automatic script does this),built and installed.A workaround has been provided for those people who couldn't compileExpat.xs with a perl 5.6.0 with USE_5005THREADS on.A bug that prevented IO::Handler from being read by the parse methodhas been fixed.Fixed a bug in reading external entities with incremental parsing.Clark Cooper  coopercc@netheaven.com

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -