#!/usr/bin/perl use 5.010; use strict; use warnings; use random qw(integer); use Data::Dumper::Concise; my @array = (4 .. 20); for (0 .. 7) { my $array = 4 + rand 20; print Dumper($array); }
In reply to Re: getting random number 8 times never the same
by Khen1950fx
in thread getting random number 8 times never the same
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |