shatfield1529,
I found out that the 'pmccann' script also works well if you just change the output file of iTunes3 to the name 'Library.export' as it is called originally in the script.
And it also works with the original chunks of info numbers:
my ($artist,$album,$song,$time,$track)=(split "\t",$_)[1,2,0,5,6];
as well as with the numbers that testuser showed us:
my ($artist,$album,$song,$time,$track)=(split "\t",$_)[1,3,0,6,9];
Cheers...