name

App::Tel::Passwd::Pass - Tel Passwd module for Pass

METHODS

A note on private subroutines in this file: Anything with two underscores preceeding it is a private non-class sub.

new

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

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

Requires filename and password for the file.

passwd

$passwd->passwd($entry);

This requires a password for the router. It will return a blank line if not found.