No description
- Perl 100%
| README.md | ||
| storable_tui.pl | ||
perl-storable-modifier
I often use a perl Storable file to cache info and re-use later in scripts, and find that now and then I need to modify this data. I used Claude to get me started creating this script which allows me to load such a file, browse and edit/add/delete entries.
It's not perfect, for instance I still need to fix it to work with hashes of hashes.. but it at least works for the one main script/file that I found myself wanting to mod now and then.
Simply run with the file to load/edit as the only arg