in reply to can one create a "session" of Perl & Mysql?

Persistent info usually means a "service".

This code could easily be adapted to being a simple web server, using something like HTTP::Server::Simple.

(Dancer2 and the like would be overkill)

As a web Service, it stays in the background until the web page is visited again, or some programmed timeout.

                Memory fault   --   brain fried

  • Comment on Re: can one create a "session" of Perl & Mysql?