Linux SoftwareProgrammingLibrariesData::PropertyList 1998.1217

Data::PropertyList 1998.1217


Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings. SYNOPSIS use Data::PropertyList qw(as
Developer:   Evolution Online Systems, Inc.
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   8K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings.

SYNOPSIS

use Data::PropertyList qw(astext fromtext);

$hash_ref = { 'items' => [ 7 .. 11 ], 'key' => 'value' };
$string = astext($hash_ref);
# ...
$hash_ref = fromtext($string);
print $hash_ref->{'items'}[0];

$array_ref = [ 1, { 'key' => 'value' }, 'Omega' ];
$string = astext($array_ref);
# ...
$array_ref = fromtext($string, '-array'=>1 );
print $array_ref->[1]{'key'};

Data::Propertylist provides functions that turn data structures with nested references into NeXT's Property List text format and back again.

You may find this useful for saving and loading application information in text files, or perhaps for generating error messages while debugging.

astext( $reference ) : $propertylist_string;

Writes out a nested Perl data structure in NeXT property list format.

fromtext( $propertylist_string ) : $hash_ref

fromtext( $propertylist_string, '-array'=>1 ) : $array_ref

Reconstructs a Perl data structure of nested references and scalars from a NeXT property list. Use the -array flag if the string encodes an array rather than a hash.

Requirements:
  • Perl
    tags array ref  hash ref  data propertylist  property list  ref fromtext  propertylist string  fromtext propertylist  perl data  next property  data structure  string array  key value  string astext  

    Download Data::PropertyList 1998.1217


     http://ftp.casaafacerilor.ro/mirrors/CPAN/authors/id/E/EV/EVO/Data-PropertyList-1998.1217.tar.gz


    Authors software

    Data::PropertyList 1998.1217 (by Evolution Online Systems, Inc.)
    Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings.

    SYNOPSIS

    use Data::PropertyList qw(as


    Similar software

    Data::PropertyList 1998.1217 (by Evolution Online Systems, Inc.)
    Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings.

    SYNOPSIS

    use Data::PropertyList qw(as

    Mac::PropertyList 1.29 (by Brian D. Foy)
    Mac::PropertyList is a Perl module to work with Mac plists at a low level.

    SYNOPSIS

    use Mac::PropertyList;

    m

    XML::Generator::PerlData 0.89 (by Kip Hampton)
    XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures.

    SYNOPSIS

    use XML::G

    HTML::FromText 2.0.5 (by Casey West)
    HTML::FromText is a Perl module that can convert plain text to HTML.

    SYNOPSIS

    use HTML::FromText;
    text2html( $text, %o

    Tie::Array::PackedC 0.03 (by demerphq)
    Tie::Array::PackedC is a tie a Perl array to a C-style array (packed; elements of a single, simple data type).

    SYNOPSIS

    use T

    Convert::UU 0.52 (by Andreas Koenig)
    Convert::UU is a Perl module for uuencode and uudecode.

    SYNOPSIS

    use Convert::UU qw(uudecode uuencode);
    $encoded_string =

    DBIx::XMLServer 0.02 (by Martin Bright)
    DBIx::XMLServer is a Perl module to serve data as XML in response to HTTP requests.

    SYNOPSIS

    use XML::LibXML;
    use DBIx::XM

    Math::XOR 0.02 (by Tyler MacDonald)
    Math::XOR is a package to handle XOR encryption of string buffers.

    SYNOPSIS

    use XOR;
    print xor_buf("hello", "w

    Convert::IBM390 0.22 (by Geoffrey Rommel)
    Convert::IBM390 is a Perl module functions for manipulating mainframe data.

    SYNOPSIS

    use Convert::IBM390 qw(...those desired.

    Regexp::Parser::Handlers 0.20 (by Jeff Pinyan)
    Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes.

    This module holds the init() method for the Regexp::Pa


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags