|
You are in Home page » Products » Opensource » CPAN » Business::BancaSella » Help on line |
|
|
NAMEBusiness::BancaSella::Ris::Mysql - Check the existance of One-Time-Password from a mysql database
SYNOPSISuse Business::BancaSella::Ris;
my $ric = new Business::BancaSella::Ris::Mysql(
dbh => $DBI_handle,
tableName => $table_with_otp,
fieldName => $field_with_otp
);
my $ok = $ris->check($otp);
if ($ok) {$ris->remove($otp));
DESCRIPTIONThis module check if One-Time-Password is present in a mysql database and it could remove it.
METHODS
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
Comments
| Copyright© 1997-2006 Emiliano Bruni | Online from 16/08/1998 with |
Write me to:
|