Help for this page
use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authentication::Driver::Filter::md5; ... EVERY => '1h' }, );
use DBIx::UserDB; use DBIx::SearchProfiles; ... $user = $userdb->user_create( $user ); return; }