Andy Armstrong wrote:
> 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];
>> }
meh, better than using a bloody hash though.
and jacqui is right, this shows just how bored I am today...
n