No description
Find a file
2026-03-24 09:16:12 -07:00
README.md Added simple README.md file 2026-03-24 09:16:12 -07:00
storable_tui.pl Add option, allow loading a stored hash vs hashref 2026-03-14 18:59:33 -07:00

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