[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



On Mon, Jun 6, 2011 at 11:18 PM, Christopher Cashell <topher-pm@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