| CPAN Ratings (Gamma) Tk-ObjEditor reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Tk-ObjEditor
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-03 10:44:18
Was this review helpful to you?
Yes
No
|
|
|