Help for this page

Select Code to Download


  1. or download this
    my $allofit = buildData(\%Edina::SSR::Common::everything);
    
  2. or download this
    sub makeData {
      my @warns = ();
    ...
    
      return ($allofit, \@warns);
    }
    
  3. or download this
    my ($allofit, $error) = makeData();