It's Perl--the variable $1 is being interpolated. I'd have to look at the code, but this might be fixable by using by either escaping the $ (by a regular expression replace) or by putting it in the right amount of quotes (putting the file variable in single quotes might prevent the $ from being treated as a variable identifier).
-- mrfantasy --Mike ------------------------------------------------------------------------ mrfantasy's Profile: http://forums.slimdevices.com/member.php?userid=1127 View this thread: http://forums.slimdevices.com/showthread.php?t=33366 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
