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::Pass - Tel Passwd module for Pass

METHODS

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

new

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

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.