Re: every combination of Y/N in 5 positions



On Mon, 31 Mar 2008 23:23:25 +0200 in comp.lang.perl.misc, Gunnar
Hjalmarsson <noreply@xxxxxxxxx> wrote,
I do, I hope. :)

foreach my $num ( 0 .. 0b11111 ) {
local *_ = \ sprintf '%05b', $num;

What is *_ ? It looks like one of those magic perl variables, but
I don't find any documentation on it.
.