PDL::IO::Storable

PDL::IO::Storable is a helper functions to make PDL usable with Storable.
Download

PDL::IO::Storable Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Soeller
  • Publisher web site:
  • http://search.cpan.org/~hbiersma/MQSeries-1.28-b/MQSeries/QueueManager.pm

PDL::IO::Storable Tags


PDL::IO::Storable Description

PDL::IO::Storable is a helper functions to make PDL usable with Storable. PDL::IO::Storable is a helper functions to make PDL usable with Storable.SYNOPSIS use Storable; use PDL::IO::Storable; $hash = { 'foo' => 42, 'bar' => zeroes(23,45), }; store $hash, 'perlhash.dat';Storable implements object persistence for Perl data structures that can (in principle) contain arbitrary Perl objects. Complicated objects must supply their own methods to be serialized and thawed. This module implements the relevant methods to be able to store and retrieve piddles via Storable.FUNCTIONSstorestore a piddle using Storable $a = random 12,10; $a->store('myfile');freezefreeze a piddle using Storable $a = random 12,10; $frozen = $a->freeze; Requirements: · Perl


PDL::IO::Storable Related Software