UID_Zero has asked for the wisdom of the Perl Monks concerning the following question:
--snip--my @auth_methods = ('Wireless::Auth::Wisc', 'Wireless::Auth::CAE', 'Wi +reless::Auth::NIS'); foreach my $auth (@auth_methods) { my $rv = $auth::authorize($user, $pass); if($rv) { ... } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: User configured selection of modules
by eserte (Deacon) on Aug 30, 2004 at 18:17 UTC | |
|
Re: User configured selection of modules
by Fletch (Bishop) on Aug 30, 2004 at 18:43 UTC | |
|
Re: User configured selection of modules
by sgifford (Prior) on Aug 30, 2004 at 19:44 UTC | |
|
Re: User configured selection of modules
by Aristotle (Chancellor) on Aug 30, 2004 at 21:20 UTC |