in reply to Re^4: FATAL ERROR: Can't use string ("HASH(0x875fffc)") as a HASH ref while "strict refs" in use at
in thread FATAL ERROR: Can't use string ("HASH(0x875fffc)") as a HASH ref while "strict refs" in use at
Sorry, I was presuming you knew Tie::File::AsHash was an interface to a file.
$self->{'shared_data'} = $p1; means "put $p1 in the file".
$p2 = $self->{'shared_data'}; means "get $p2 from the file".
|
|---|