in reply to Re: Perl script newbie need help !!!in thread Perl script newbie need help !!!
while ($n = int (rand 6) ){ print 6-$n,"\n"; $count++; } print "6\nTried ",1+$count," times.\n"; [download]