|
NAMEUtil::BLOB - Simple interface to de/serialise perl references with Storable SYNOPSIS use Util::BLOB;
my $blobbed = serialise( $blob );
my $blob = deserialise( $blobbed );
print "is a BLOB"
if(isBLOB($blobbed));
DESCRIPTIONSimple perl object/reference de/searialisation using Storable. See RDFStore::Literal(3) and RDFStore::Resource(3) METHODS
SEE ALSORDFStore::Literal(3) Storable(3) RDFStore::Resource(3) AUTHORAlberto Reggiori <areggiori@webweaving.org> POD ERRORSHey! The above document had some coding errors, which are explained below:
|