33 lines
701 B
Plaintext
33 lines
701 B
Plaintext
Data-Random-String version 0.03
|
|
===============================
|
|
|
|
This module implements a simple method for generating random text
|
|
strings that can be used in a variety of applications.
|
|
|
|
I make no claim of this module being able to generate unique
|
|
strings, just random. If you need to generate truly unique
|
|
identifies you may like to look at Data::UUID or better still
|
|
Data::GUID.
|
|
|
|
|
|
INSTALLATION
|
|
|
|
To install this module type the following:
|
|
|
|
perl Makefile.PL
|
|
make
|
|
make test
|
|
make install
|
|
|
|
DEPENDENCIES
|
|
|
|
None.
|
|
|
|
COPYRIGHT AND LICENCE
|
|
|
|
Copyright (C) 2006, Ioakim (Makis) Marmaridis
|
|
|
|
This library is free software; you can redistribute it
|
|
and/or modify it under the same terms as Perl itself.
|
|
|