- or download this
use strict;
use warnings;
...
for my $dir (@mds) {
# create $dir if applicable
}
- or download this
my $callout_loc = '/path/to/xml/stuff';
my $file = "$callout_loc/mdlist.xml";
- or download this
mkdir $dir or warn "$dir already exists: $!";