[Omaha.pm] Beginning working with XML::Twig.

Christopher Cashell topher-pm at zyp.org
Mon Jun 6 21:31:08 PDT 2011


On Mon, Jun 6, 2011 at 11:18 PM, Christopher Cashell <topher-pm at zyp.org>wrote:

> # Now we'll try to pull back our instance times
> my $nodeset =
> $xp->find('/collection_status/instance/time_of_last_rate_dp');
>

Also, I just realized that this line could likely be safely
shortened/simplified to:

my $nodeset = $xp->find('//time_of_last_rate_dp');

-- 
Christopher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/omaha-pm/attachments/20110606/4bafbc1e/attachment.html>


More information about the Omaha-pm mailing list