#!/usr/bin/perl -w srand( 95558 ); print int rand( 61 ), " " for 1 .. 8;