libcgi-application-plugin-messagestack-perl

Message passing plugin for cgi::application
  https://metacpan.org/release/CGI-Application-Plugin-MessageStack
  0
  no reviews



Cgi::application::plugin::messagestack allows one part of a cgi::applocation web application to publish messages, and for templates in other parts to pick them up. by default the in transit messages are stored in the session object which makes the system ideal for passing user-specific information.