Help for this page
my $limit = 3; my @work_queue = qw( a PARTY b c d); ... ... print(scalar(@work_queue), "\n");