NAME
PESEL::Generator - generator of polish identifiers.
SYNOPSIS
use
PESEL::Generator;
# Main object
my
$gen
= PESEL::Generator->new;
# Run...
my
$psl
=
$gen
->pesel;
#-------------------------------------------------------------------
# Run...
my
$psl
= pesel();
DESCRIPTION
This module provides implementation of polish 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.