Help for this page
package My::Application; use strict; ... . . }
use strict; use My::Application; ... # again, we have application specific data, but from # the database instead of the user form my $user_details = $app->get_user_info( $user );