![]() 8.175. Pod::ParseLink#!/usr/local/bin/perl -w use Pod::ParseLink; my $link = 'L<http://www.some-site.com/indexes/index.html>'; my ($text, $inferred, $name, $section, $type) = parselink ($link); ![]() Copyright © 2002 O'Reilly & Associates. All rights reserved. |
|