IPC-Shareable
view release on metacpan or search on metacpan
lib/IPC/Shareable/SharedMem.pm view on Meta::CPAN
4041424344454647484950515253545556575859
};
my
$sh
= {
_id
=>
$id
,
_key
=>
$key
,
_size
=>
$size
,
_flags
=>
$flags
,
_type
=>
$type
,
};
return
bless
$sh
=>
$class
;
}
sub
id {
my
$self
=
shift
;
$self
->{_id} =
shift
if
@_
;
return
$self
->{_id};
}
sub
key {
my
$self
=
shift
;
( run in 0.435 second using v1.01-cache-2.11-cpan-49f99fa48dc )