| Purple documentation | view source | Contained in the Purple distribution. |
Purple::Sequence - Generate the next NID in a Sequence of NIDs
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);
Returns the next NID after $current_nid.
Chris Dent, <cdent@burningchrome.com>
Eugene Eric Kim, <eekim@blueoxen.com>
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.
(C) Copyright 2006 Blue Oxen Associates, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Purple documentation | view source | Contained in the Purple distribution. |