Binary package “libcgi-application-plugin-formstate-perl” in ubuntu noble

plugin to store form state without hidden fields

 CGI::Application::Plugin::FormState provides a temporary storage area within
 the user's session for storing form-related data. The main use of this is for
 multi-page forms. Instead of using hidden fields to store data related to the
 form, you store and retrieve values from the form state.