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 1.217 second using v1.01-cache-2.11-cpan-788537b7465 )