The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

name

App::Tel::Passwd::PWSafe - module for accessing PWSafe objects

METHODS

new

    my $passwd = App::Tel::Passwd::PWSafe->new( file => $filename, passwd => $password );

Initializes a new passwd object. This will return a Passwd::PWSafe Object if the module exists and return undef if it doesn't.

passwd

    $passwd->passwd($entry);

This takes the entry for a database key and returns a password. It returns a blank string if the entry wasn't found.