in reply to How to generate test data?
I don't see anything immediately wrong. But I'll make a couple of suggestions:
for (1 .. $array_size) { my $andom_number = int(rand($range)); print DATASET $random_number; }
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to generate test data?
by abdullah.yildiz (Novice) on Nov 24, 2012 at 17:31 UTC |