
Business::BancaSella::Ris::File - Check the existance of One-Time-Password in a standard Banca Sella ASCII file.

use Business::BancaSella::Ris;
my $ris = new Business::BancaSella::Ris::File(file => 'filePath/filename.ric');
my $ok = $ris->check($otp);
if ($ok) {$ris->remove($otp));

This module check if One-Time-Password is present in a file and it could remove it.

Set or get the file path where are stored One-Time passwords.
Check password and return false if not found, else remove password from OTP file
Return TRUE or FALSE if the OTP is present in the file
Remove the OTP if present in the file. Raise an error if not present.
Don't do nothing :-). Here only for interface compatibility.

Bruni Emiliano, info@ebruni.it
