Authen-Prepare

 view release on metacpan or  search on metacpan

examples/authen_prompt_all.pl  view on Meta::CPAN

#!perl
use strict;
use warnings;
use Authen::Prepare 0.04;
use Smart::Comments;

# Prompt for everything
my %auth = Authen::Prepare->new->credentials();

### %auth



( run in 2.186 seconds using v1.01-cache-2.11-cpan-63c85eba8c4 )