Help for this page
use strict; #use warnings; ... print tt(undef, "0but"), "\n"; print tt(0, 0), "\n"; print tt(1, 1), "\n";
(undef, undef): (0, undef): ... (undef, 0but): 5 (0, 0): 0 (1, 1): 1