Help for this page
foreach my $l ($mctest->{loglines}) { print $l . "\n"; }
foreach my $l(@{$mctest->{loglines}}) { print $l . "\n"; }