Searched defs:Hyperlink (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm25 my $link = Pod::Hyperlink->new('Pod::Parser');
210 # Pod::Hyperlink
215 package Pod::Hyperlink;
217 =head2 Pod::Hyperlink
219 B<Pod::Hyperlink> is a class for manipulation of POD hyperlinks. Usage:
221 my $link = Pod::Hyperlink->new('alternative text|page/"section in page"');
223 The B<Pod::Hyperlink> class is mainly designed to parse the contents of the
230 =item Pod::Hyperlink-E<gt>new()
234 of the class C<Pod::Hyperlink> is returned. The value C<undef> indicates a
359 # non-standard: Hyperlink
[all...]

Completed in 15 milliseconds