The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

STR::OTVC - One-Time Verification Code Generator

SYNOPSIS

    use STR::OTVC qw(vcode);
    print vcode();
    

ABSTRACT

This Perl Library Defines A Single Function, vcode(), to Generate One-Time Verification Codes The function is meant to be a simple way for developers and system administrators to easily generate a relatively One-Time Verification Codes

DESCRIPTION

The exportable vcode() function returns a single scalar: A Verification Codes. By default, these Verification Codes are six characters long with a lower-case, upper-case, digits, and special characters

EXCEPTION HANDLING

By default, vcode() will return undef if it cannot generate Verification Codes.

EXPORT None by default. The vcode() method is exportable.

AUTHOR SSENYONJJO NATHAN <kingn@cpan.org>

COPYRIGHT AND LICENSE Copyright (C) 2015-2016 by SSENYONJJO NATHAN

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.010 or, at your option, any later version of Perl 5 you may have available.