Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use File::Find::Rule;
    
  2. or download this
    my $itunes = '"/Volumes/Media/iTunes/iTunes Media/Automatically Add to
    + iTunes/"';
    
  3. or download this
    my(@files) = File::Find::Rule
    
  4. or download this
    #!/usr/bin/perl
    
    ...
        print $file . "\n";
        system "$handbrake -i '{$file}' -o '$file.m4v' --preset=$preset";
    }