[Kc] DirDB 0.05 can now store hash references.

david nicol whatever at davidnicol.com
Tue Nov 11 23:12:28 CST 2003


Autovivified hash references, even.


$ perl 

use DirDB;
tie %D => DirDB, '/tmp/foodata';

$D{one}->{two}->{three}->{four}='five';

__END__


$ cat /tmp/foodata/one/two/three/four
five
$




Just what the world needs, another way to do `cp -R ...` or
`tar cf - ... |( cd ...;  tar xf -) `





-- 
david nicol / A thousand towers rise before me and I cannot climb them all.




More information about the kc mailing list