in reply to Re: generating random filenames
in thread generating random filenames
In fact, it's usually not necessary to call srand() at all, because if + it is not called explicitly, it is called implicitly at the first use of the + rand() operator. However, this was not the case in version of Perl before 5.0 +04, so if your script will run under older Perl versions, it should call sran +d()
~Particle
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: generating random filenames
by tachyon (Chancellor) on Jul 10, 2001 at 22:49 UTC |