RSS | Module Info | Add a review of Tk-ObjEditor
Tk-ObjEditor
(2.004)
With Tk::ObjEditor I am able to get a MLDBM editor with just a oneliner (well, nearly):
perl -MTk -MTk::ObjEditor -MMLDBM=DB_File,Storable -e 'tie %db, "MLDBM", "foo.mldbm" or die $!; %x = %db; tkinit->ObjEditor(caller => \%x, direct => 1)->pack;MainLoop; %db = %x'
Slaven Rezic - 2004-08-03T10:44:18 (permalink)
Was this review helpful to you?
Yes
No

