套件: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's Practical Extraction and Report Language