Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



8.175. Pod::ParseLink


Parses an L<>
formatting code in POD text. It implements a single function,
parselink(), which takes the text of an
L<> formatting code and parses it.
parselink() returns the anchor text for the link,
the anchor text possibly inferred from the name and section, the name
or URL, and the section and the type of link. The link type will be
url, pod, or
man. For example:

#!/usr/local/bin/perl -w
use Pod::ParseLink;
my $link = 'L<http://www.some-site.com/indexes/1l>';
my ($text, $inferred, $name, $section, $type) = parselink ($link);



8.174. Pod::Html8.176. Pod::Text




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

/ 875