Revision history of "Main Page/Stuff/Ripping Karaoke CDs/tag2filename.pl"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 17:34, 14 June 2010Phil Hurvitz (talk | contribs). . (1,686 bytes) (+1,686). . (New page: <source lang="perl"> #! /usr/bin/perl use MP3::Tag; use File::Basename; use Getopt::Std; #################################### $sourcedir = $ARGV[0]; # read input files opendir(SRCDIR, ...)