http://www.perlmonks.org?node_id=1014298


in reply to Re^4: Writing a database lookup tool
in thread Writing a database lookup tool

"Who wants to manage deploying mysql (in addition to perl) on every target plaform , instead of DBD::SQLite?"

That's my thinking as well. So far, it looks like DBD::SQLite can do all the database stuff I need, Tk should take care of the GUI, and with pp, I will be able roll the whole thing up into a single .exe that doesn't require installation, doesn't have any dependencies and is less than 10MB in size.