Help for this page

Select Code to Download


  1. or download this
        package My::Application;
        use strict;
    ...
             .
             .
        }
    
  2. or download this
        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 );