GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Data::ClearSilver::HDF(3) User Contributed Perl Documentation Data::ClearSilver::HDF(3)

Data::ClearSilver::HDF - Convert from Perl Data Structure to ClearSilver HDF

version 0.04

  use 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

Sorting each keys hieralcally. default false;

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.

Dump as string from ClearSilver::HDF object. This method will create temporary file.

Translate scalar data to hdf. Please don't call directory.

Translate array reference data to hdf. Please don't call directory.

Translate hash reference data to hdf. Please don't call directory.

http://www.clearsilver.net/
This module requires ClearSilver and ClearSilver's perl binding.
http://www.clearsilver.net/docs/perl/
ClearSilver perl binding documentation.
Data::Structure::Util
File::Slurp
File::Temp

Toru Yamaguchi, "<zigorou@cpan.org>"

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

2008-04-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.