Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

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

by ejc1 (Novice)
on Mar 29, 2016 at 16:27 UTC ( #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? | Other CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2023-09-24 20:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?