Main > Programming > Libraries >

Data::PropertyList 1998.1217

Data::PropertyList 1998.1217

Sponsored Links

Data::PropertyList 1998.1217 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.008 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1163
Date added: 2006-08-17

Data::PropertyList 1998.1217 description

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 NeXTs 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.

Data::PropertyList 1998.1217 Screenshot

Advertisements

Data::PropertyList 1998.1217 Keywords

Bookmark Data::PropertyList 1998.1217

Hyperlink code:
Link for forum:

Data::PropertyList 1998.1217 Copyright

WareSeeker periodically updates pricing and software information of Data::PropertyList 1998.1217 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Data::PropertyList 1998.1217 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Mac::PropertyList is a Perl module to work with Mac plists at a low level. Free Download
Mac::PropertyList::SAX is a Perl module to work with Mac plists at a low level (with real XML parsers). Free Download
Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. Free Download
Convert::Translit, transliterate, build_substitutes is a Perl module for string conversion among numerous character sets. Free Download
CGI::AppBuilder::Table module contains a configuration initializer. Free Download
Class::IntrospectionMethods is a Perl module that creates methods with introspection. Free Download
Variable::Alias is a Perl module created to alias any variable to any other variable. Free Download
Test::Data is a Perl module to test functions for particular variable types. Free Download