Skip to content

d-strzelec/NIP-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

    NIP::Generator - generator of polish fiscal identifiers.

SYNOPSIS

        use NIP::Generator;
        
        # 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.

About

NIP::Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages