On 15 Aug 2007, at 15:46, Nigel Rantor wrote: > foreach my $ord ( 0..255 ) > { > next unless $byte[$ord]; ^^^ lose one point for that :) > print chr($ord) x $byte[$ord]; > } -- Andy Armstrong, hexten.net