NAME
NIP::Generator - generator of polish fiscal identifiers.
SYNOPSIS
use
NIP::Generator;
# Main object
my
$gen
= NIP::Generator->new;
# Run...
my
$nip
=
$gen
->nip;
#-------------------------------------------------------------------
# Run...
my
$nip
= nip();
DESCRIPTION
This module provides implementation of polish fiscal identifiers generator.
METHODS
REPORTING BUGS
When reporting bugs/problems please include as much information as possible. A small script which yields the problem will probably be of help.
AUTHOR
Strzelecki Lukasz <lukasz@strzeleccy.eu>
SEE ALSO
COPYRIGHT
Copyright (c) Strzelecki Lukasz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.