Pure Programmer
Blue Matrix


Cluster Map

Project: Random Integers

Write a program to generate a random list of integer values. The program should accept three values on the command line: minimum value, maximum value and the number of integers to generate. The integers should be printed one per line.

Output
$ perl RandomIntegers.pl 1 100 20 "rand" is not exported by the Math::Trig module Can't continue after import errors at RandomIntegers.pl line 10. BEGIN failed--compilation aborted at RandomIntegers.pl line 10.

Solution