And while i'm messing about with perl/mp3 stuff, i tried the following and it repeatedly crashed perl/bash:
perl -e'open I,"X.mp3"; binmode I; print <I>; However, just doing the open/binmode and leavint out the print ran fine. Am i running into something funky here? Will perl not read an mp3 file? (i was attempting read the mp3 so i could pipe it to a player reading from stdin) running 5.6.1, activestate version, and bash via the cygwin emulation dealy.