Help for this page
use strict; use warnings; ... printf "%05b\n", (1 << $left) | (1 << $right); } }
00011 00101 ... 10010 10100 11000