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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



8.206. Text::ParseWords


Parses lines of text and returns an
array of words. Provides three functions.

old_shellwords


old_shellwords (lines)

Splits an array of lines into words. Exported on request. Same as the
pre-Perl 5 program shellwords.pl.

quotewords


quotewords (delim, keep, lines)

Accepts delimiter and list of lines and breaks the lines into a list
of words at occurrences of the delimiter. Exported by default. Takes
the following arguments:

delim
Delimiter, which can be a regular expression. Occurrences inside
quotes are ignored.

keep
Boolean. If false, quotes and single backslashes are removed from the
list of words returned, and a double backslash is returned as a
single backslash. If true, quotes and backslashes are retained.

lines
The list of lines to be parsed.

shellwords


shellwords (lines)

Works like old_shellwords, but does not default to
using $_ if there is no argument. Exported by
default.



8.205. Text::Balanced8.207. Text::Soundex




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

/ 875