From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

NIP::Generator - generator of polish fiscal identifiers.

SYNOPSIS

# Main object
my $gen = NIP::Generator->new;
# Run...
my $nip = $gen->nip;
#-------------------------------------------------------------------
use NIP::Generator qw( nip ) ;
# Run...
my $nip = nip();

DESCRIPTION

This module provides implementation of polish fiscal identifiers generator.

METHODS

new( )

Constructor. No options there.

pesel( )

Get random NIP number.

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

Business::PL::NIP

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.