in reply to Re^4: Simple Hash gui (useful!)
in thread Simple Hash gui (useful!)
Use Inline::Files, or writing to the __DATA__ section to save the current selections. That would make it a self-contained setup script. You could have a few Inline::Files sections, or pipe-delimited sections on separate lines in __DATA__ to display all possible values, and the ones currently selected. You could even use Storable or DBM::Deep to store your hashes in a separate binary file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Simple Hash gui (useful!)
by Luca Benini (Scribe) on Nov 22, 2004 at 18:03 UTC |