Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Use of uninitialized value in subroutine entry at c:/Perl/lib/HTML/TreeBuilder.pm

by nonsequitur (Pilgrim)
on Oct 16, 2013 at 11:41 UTC ( [id://1058428]=note: print w/replies, xml ) Need Help??


in reply to Use of uninitialized value in subroutine entry at c:/Perl/lib/HTML/TreeBuilder.pm

I can't check further because the formatting of the code is so bad but adding square brackets seems to get rid of most of the problems.

Like this my @trips = $p->findnodes('//div[@class="info-cruise"]');

Instead of this my @trips = $p->findnodes('//div@class="info-cruise"');

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1058428]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found