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

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

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

Set or get the file path where are stored One-Time passwords.
Return and delete the first OTP from the file.
Don't do nothing :-). Here only for interface compatibility.

Bruni Emiliano, info@ebruni.it
