Help for this page
my $allofit = buildData(\%Edina::SSR::Common::everything);
sub makeData { my @warns = (); ... return ($allofit, \@warns); }
my ($allofit, $error) = makeData();