Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Problem getting fields out of an XPath node list

by ejc1 (Novice)
on Mar 29, 2016 at 16:27 UTC ( [id://1159028]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @tables = $tree->findnodes('//table');
    my $table = $tables[12];
    
  2. or download this
    my @cells = $row->findnodes('td')
    
  3. or download this
    for my $cell (@cells)...
    print $cell->as_text
    

Log In?
Username:
Password:

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

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

    No recent polls found