Help for this page
use strict; use warnings 'all'; ... is($answer[50], 'Closed'); is($answer[99], 'Closed');
use strict; use warnings; ... } 1;