Business::BancaSella::Ric::File - Extract One-Time-Password from a standard


Business-BancaSella documentation  | view source Contained in the Business-BancaSella distribution.

Index


NAME

Top

Business::BancaSella::Ric::File - Extract One-Time-Password from a standard Banca Sella ASCII file

SYNOPSIS

Top

  use Business::BancaSella::Ric;

  my $ric = new Business::BancaSella::Ric::File(file => 'filePath/filename.ric');
  my $otp = $ric->extract;

DESCRIPTION

Top

This module extract an One-Time-Password from a file. The file must be formatted with one OTP for line

METHODS

Top

file()

Set or get the file path where are stored One-Time passwords.

extract()

Return and delete the first OTP from the file.

prepare(source_file)

Don't do nothing :-). Here only for interface compatibility.

AUTHOR

Top

Bruni Emiliano, info@ebruni.it

SEE ALSO

Top

Business::BancaSella::Ric::Mysql


Business-BancaSella documentation  | view source Contained in the Business-BancaSella distribution.