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.