[ 原始碼: libdata-stag-perl ]
套件:libdata-stag-perl(0.14-2)
libdata-stag-perl 的相關連結
Debian 的資源:
下載原始碼套件 libdata-stag-perl:
- [libdata-stag-perl_0.14-2.dsc]
- [libdata-stag-perl_0.14.orig.tar.gz]
- [libdata-stag-perl_0.14-2.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- Charles Plessy (QA 頁面)
- Damyan Ivanov (QA 頁面)
- Florian Schlichting (QA 頁面)
外部的資源:
- 主頁 [stag.sourceforge.net]
相似套件:
module to manipulate Structured Tags datastructures
Data::Stag is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl. A simple example is shown below:
[ person=> [ [ family_name => $family_name ], [ given_name => $given_name ], [ phone_no => $phone_no ] ] ],
Data::Stag uses a subset of XML for import and export. This means the module can also be used as a general XML parser/writer (with certain caveats).
其他與 libdata-stag-perl 有關的套件
|
|
|
|
-
- dep: libio-string-perl
- Emulate IO::File interface for in-core strings
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libgd-gd2-perl
- 本虛擬套件由這些套件填實: libgd-perl
- 或者 libgd-gd2-noxpm-perl
- 本虛擬套件由這些套件填實: libgd-perl
-
- rec: libgraph-perl
- Perl module for graph data structures and algorithms
-
- rec: libmldbm-perl
- module for storing multidimensional hash structures in perl tied hashes
-
- rec: libxml-libxslt-perl
- Perl interface to the GNOME libxslt library
-
- rec: libxml-perl
- Perl modules for working with XML
-
- rec: perl-tk
- Perl module providing the Tk graphics library