Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Perl XPath

by Corion (Patriarch)
on Feb 27, 2012 at 19:27 UTC ( [id://956499]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /catalog/book/titles/title[ $i+1 ]
    
  2. or download this
    /catalog/book[ $j ]/titles/title[ $i+1 ]
    
  3. or download this
    my $element = ...;
    $element->removeChildNodes();
    $element->appendTextNode("Hello!");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-24 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found