NAME

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


SYNOPSIS

  use Business::BancaSella::Ric;

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


DESCRIPTION

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


METHODS

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

Bruni Emiliano, info@ebruni.it


SEE ALSO

Business::BancaSella::Ric::Mysql