in reply to Re: Need and algorithm to converse characters to unique and permanent Serials
in thread Need and algorithm to converse characters to unique and permanent Serials

The OP asked for unique serials, and those algorithms can not guaranteed that, they just make repetitions unlikely (...I know, the requirements are quite vague).

If uniquesness is a hard requirement, I think that there are only two possible solutions:

  • Comment on Re^2: Need and algorithm to converse characters to unique and permanent Serials

Replies are listed 'Best First'.
Re^3: Need and algorithm to converse characters to unique and permanent Serials
by Limbic~Region (Chancellor) on Jan 29, 2009 at 18:07 UTC
    salva,
    Using the DB approach would allow the use of Data::UUID.
    • If input string exists, return key
    • If not, generate new one, store it, return it

    Cheers - L~R