Help for this page

Select Code to Download


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