I'm modifying an irssi script that allows you to queue up packs to download one at a time via DCC. The function below checks to make sure that the DCC request is being sent by the same nick as the one ...
I'm working on a configuration parser for a config file that includes an unknown number of various objects, all with their own field/value pairs. So I'm trying to parse each individual object into a ...
As more and more Web sites begin using XML for their content, it's increasingly important for Web developers to know how to parse XML data and convert it into different formats. That's where the Perl ...