Help for this page
use strict; use warnings; ... say "--"; say h( 8 )->() // "[undef]"; say h( 9 )->() // "[undef]";
4 5 ... -- 8 9
my $v = $v;