Help for this page

Select Code to Download


  1. or download this
    sub Get_MDs
    {
        my ($mds) = @_;
    ...
        }
       return @results;
    }
    
  2. or download this
    my @mds = Get_MDs($mdlist);
    
  3. or download this
    checkdir($_) foreach (@mds)
    
  4. or download this
    die "problem: $@" if $@;