パッケージ: libdata-record-perl (0.02-6)
libdata-record-perl に関するリンク
Debian の資源:
libdata-record-perl ソースパッケージをダウンロード:
- [libdata-record-perl_0.02-6.dsc]
- [libdata-record-perl_0.02.orig.tar.gz]
- [libdata-record-perl_0.02-6.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
"split" on steroids
Sometimes we need data split into records and a simple split on the input record separator (C<$/>) or some other value fails because the values we're splitting on may allowed in other parts of the data. Perhaps they're quoted. Perhaps they're embedded in other data which should not be split up.
Data::Record allows you to specify what you wish to split the data on, but also speficy an "unless" regular expression. If the text in question matches the "unless" regex, it will not be split there. This allows us to do things like split on newlines unless newlines are embedded in quotes.
その他の libdata-record-perl 関連パッケージ
|
|
|
|
-
- dep: libsub-uplevel-perl
- module to spoof the Perl call stack
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語