#! /usr/bin/perl use strict; use warnings; srand(95558); for(0..7){ print rand(61),"\n"; }