Pod::ParseLink(3p) Perl Programmers Reference Guide Pod::ParseLink(3p)
Pod::ParseLink(3p) Perl Programmers Reference Guide Pod::ParseLink(3p) # Pod::ParseLink(3p) Perl Programmers Reference Guide Pod::ParseLink(3p) NNAAMMEE # Pod::ParseLink - Parse an L<> formatting code in POD text SSYYNNOOPPSSIISS # use Pod::ParseLink; my $link = get_link(); my ($text, $inferred, $name, $section, $type) = parselink($link); DDEESSCCRRIIPPTTIIOONN # This module only provides a single function, ppaarrsseelliinnkk(()), which takes the text of an L<> formatting code and parses it. It returns the anchor text for the link (if any was given), the anchor text possibly inferred from the name and section, the name or URL, the section if any, and the type of link. ...