On topic: The Wednesday Challenge

Andy Armstrong andy at hexten.net
Wed Aug 15 15:58:49 BST 2007


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



More information about the london.pm mailing list