Hello, please take a look at my new perl cgi tool for Unidatab bases:

https://unidatab.wordpress.com/2017/10/13/unidatab-cgi-reloaded/

and its code:

https://github.com/emilbarton/Unidatab-CGI

Comments welcome! (as usual)

Replies are listed 'Best First'.
Re: Unidatab-CGI reloaded
by marto (Cardinal) on Oct 13, 2017 at 15:55 UTC

    I don't know what Unidatab is, the first page of search results all link to your site or this post, so I've only very briefly looked at this repo. I suggest you use Path::Tiny rather than File::Slurp (see rt://83126). Using CGI is something I'd advise against (with the exception of maintaining preexisting legacy systems), especially the use of HTML generation, and the way you assign colors (e.g. $Color{'LightPink'} = "#FFB6C1";). This could turn into a maintenance headache. FWIW something like Mojolicious::Lite makes this sort of thing a lot easier (and fun), along with the use of templates/CSS.

      Ok thanks, I'll try that for the next update. Maybe you should try Unidatab, I'm sure you'll find it's an adorable web browsing companion (as I do)!

        As I say, I have no idea what Unidatab is, and a quick search only returns links to your work with it. Perhaps your repo could include some relevant links (and a description) in the README.md?