User update for RHANSON
(This Mail was generated by the server http://p11.speedlink.de/pause/authenquery;ACTION=edit_cred automatically) Record update in the PAUSE users database: userid: [RHANSON] fullname: [Robert Hanson] email: [[EMAIL PROTECTED]] was [[EMAIL PROTECTED]] homepage: [] cpan_mail_alias: [secr] Data were entered by RHANSON (Robert Hanson). Please check if they are correct. Thanks, The Pause
ANNOUNCE: XML::EasyOBJ
- NAME - XML::EasyOBJ - Easy XML object navigation - VERSION - Version 1.0 - SYNOPSIS - # create the object my $doc = new XML::EasyOBJ('my_xml_document.xml'); # print some text from the document print $doc->some_element(1)->getString; # print an attribute value print $doc->some_element(0)->getAttr('foo')."\n"; # iterate over a list of elements foreach my $x ( $foo->some_element ) { print $x->getString."\n"; } - DESCRIPTION - XML::EasyOBJ lets you take an XML page and essentially create an object out of it. Each element becomes a method, which makes it really easy to navigate an XML page (if you know the structure). The motivation behind this module was to create an interface so simple that anyone who knows the basic functionality of Perl can learn how to read data from an XML document in less than 10 minutes. This module is also a time saver even if you are familiar with the other modules available, but want something simple so that you can throw together a script in a few minutes (unless of course you know the DOM like the back of your hand). - REQUIREMENTS - XML::EasyOBJ uses XML::DOM. XML::DOM is available from CPAN (www.cpan.org). - INSTALLATION - This module installs in the normal way... perl Makefile.pl make make install - AUTHOR/COPYRIGHT - Robert Hanson ([EMAIL PROTECTED]) Copyright 2000, Robert Hanson. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Welcome new user Brian Paulsen
Welcome Brian Paulsen, PAUSE, the Perl Authors Upload Server, has a userid for you: BPAULSEN Once you've gone through the procedure of password approval (see the separate mail you should receive about right now), this userid will be the one that you can use to upload your work or edit your credentials in the PAUSE database. This is what we have stored in the database now: Name: Brian Paulsen email: [EMAIL PROTECTED] homepage: enteredby: Kurt D. Starsinic Please note that your email address is exposed in various listings and database dumps. You can register with both a public and a secret email if you want to protect yourself from SPAM. If you want to do this, please visit https://pause.kbx.de/pause/authenquery?ACTION=edit_cred or http://pause.kbx.de/pause/authenquery?ACTION=edit_cred If you need any further information, please visit $CPAN/modules/04pause.html. If this doesn't answer your questions, contact [EMAIL PROTECTED] Thank you for your prospective contributions, The Pause Team