start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: endtag Chapter 17
The LWP Library
Next: Reference: implicit
 

extract_links

 $

h


->extract_links
([

types

])

Retrieves the links contained within an element and all of its child elements. This method returns a reference to an array in which each element is a reference to an array with two values: the value of the link and a reference to the element in which it was found. You may specify the tags from which you want to extract links by providing their names in a list of types .


Previous: Reference: endtag Perl in a Nutshell Next: Reference: implicit
Reference: endtag Book Index Reference: implicit

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.