Bruni Emiliano > Business-BancaSella-0.13 > Business::BancaSella::Ric::File

Download:
Business-BancaSella-0.13.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.11   Source  

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