Help for this page
use Var::Pairs; ... } say q{}; }
for my $limit (reverse 1..5) { my $iter = countdown($limit); ... } say q{}; }