Help for this page

Select Code to Download


  1. or download this
    use File::Spec qw/splitdir/;
    my @files = glob "*/*/*";
    ...
      # Do something to $file using these vars and a module to
      # get/set tags
    }