use strict; use warnings; printf "%2d\n", 1 + int(rand 50) for (1..5);