The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

name

App::Tel::Passwd::Base - parent stub and examples for Passwd modules

METHODS

new

    my $passwdobject = App::Tel::Passwd::Base->new( $filename, $password );

Initializes a new passwdobject. This will return a Passwd::Base if the module exists and return undef if it doesn't.

passwd

    $passwdobject->passwd($entry);

This takes the entry for a database key and returns a password. It returns a blank string if the entry was not found.