in reply to Re: Perl script newbie need help !!!
in thread Perl script newbie need help !!!

Should be written? I've never seen a die like that :)
Update: I understand the spec this way:
while ($n = int (rand 6) ){ print 6-$n,"\n"; $count++; } print "6\nTried ",1+$count," times.\n";