Revision history of "Main Page/Stuff/Ripping Karaoke CDs/mp3tag.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) 18:47, 9 February 2009Phil Hurvitz (talk | contribs). . (2,037 bytes) (+2,037). . (New page: <source lang=perl> #! /usr/bin/perl use MP3::Tag; use File::Basename; use Getopt::Std; #################################### sub init() { my $opt_string = 's:'; getopts( "$opt_str...)