perl -MLWP::Simple -MXML::LibXML -e 'print XML::LibXML->new->parse_htm +l_string(get "http://www.oreilly.com/catalog/top25.html")->findvalue( +q{//text()[contains(., "Learning Perl")]/ancestor::tr[1]/td[1]/text() +})'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get the current rank of Learning Perl in O'Reilly's top 25 books
by phydeauxarff (Priest) on Mar 29, 2003 at 14:34 UTC |