in reply to Generating Random Integers
my $randominteger = int(rand 100); print $randominteger; [download]