Help for this page

Select Code to Download


  1. or download this
    # this is properly placed where perl can find it
    use Mymodules::Auth;
    ...
    # this will return 0 or 1.
    my $auth = Mymodules::Auth->auth($username, $passwd);
    
  2. or download this
    package Mymodules::Auth;
    use strict;
    ...
       }
    }
    1;