- 1,251 categories
- 40,829 scripts
- This article shows how to turn any news site into a Remote Site Summary (RSS) web service using Perl. Using several modules from CPAN network, it shows how to: download the page, parse the HTML on the page, and encode the summary info in RSS.
- This 6-page article explains what XML is, and what it can be used for. It also shows how to develop a Perl script to retrieve and display the contents of HTML embedded XML tags, and how to create a script that gathers news headlines from an XML file ...
- Creating an XML-RPC Web service with Perl is almost as easy as CGI scripting. This article will bring you up to speed on what XML-RPC is and how to use Perl''s Frontier::RPC library to create simple clients and servers. Included are samples of X...
- This article explains how to validate the structure of your XML documents with Perl. It does so by combining the simplicity of Test.pm from the standard Perl distribution with the flexibility of XPath.