Purple::Sequence - Generate the next NID in a Sequence of NIDs


Purple documentation  | view source Contained in the Purple distribution.

Index


NAME

Top

Purple::Sequence - Generate the next NID in a Sequence of NIDs

SYNOPSIS

Top

This module contains the code for calculating the next NID in a sequence of Purple Numbers.

    my $next_nid = Purple::Sequence::increment_nid($current_nid);

FUNCTIONS

Top

increment_nid($current_nid)

Returns the next NID after $current_nid.

AUTHORS

Top

Chris Dent, <cdent@burningchrome.com>

Eugene Eric Kim, <eekim@blueoxen.com>

BUGS

Top

Please report any bugs or feature requests to bug-purple@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Purple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Top


Purple documentation  | view source Contained in the Purple distribution.