![]() |
![]()
| ![]() |
![]()
NAMEData::ClearSilver::HDF - Convert from Perl Data Structure to ClearSilver HDF VERSIONversion 0.04 SYNOPSISuse Data::ClearSilver::HDF; my $data = { foo => { bar => 1, baz => [0 .. 5] }, obj => bless { foo => "xxx", bar => "yyy" } }; my $hdf = Data::ClearSilver::HDF->hdf($data); print $hdf->getValue("obj.foo", undef); # xxx PROPERTIES$USE_SORTSorting each keys hieralcally. default false; METHODShdf($data)The argument $data must be reference. In the data, all of value excluded ARRAY, HASH, blessed reference will be ignored. Blessed reference will be unblessed by Data::Structure::Util's unbless functon. hdf_dump($hdf)Dump as string from ClearSilver::HDF object. This method will create temporary file. hdf_scalar($hdf, $keys, $data)Translate scalar data to hdf. Please don't call directory. hdf_array($hdf, $keys, $data)Translate array reference data to hdf. Please don't call directory. hdf_hash($hdf, $keys, $data)Translate hash reference data to hdf. Please don't call directory. SEE ALSO
AUTHORToru Yamaguchi, "<zigorou@cpan.org>" BUGSPlease report any bugs or feature requests to "bug-data-clearsilver-hdf@rt.cpan.org", or through the web interface at <http://rt.cpan.org>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. COPYRIGHT & LICENSECopyright 2007 Toru Yamaguchi, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|