Help for this page

Select Code to Download


  1. or download this
    foreach(@files) {
       system("c:\\midicsv\\midicsv.exe", "c:\\midicsv\\newmidi\\$_", "c:\
    +\midicsv\\newcsv\\$_")
    }
    
  2. or download this
    my $file = "C:\\temp\\somefile.csv";
    my $midfile = $file; # copy it
    $midfile =~ s/\.csv$/.mid/i;