The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
(* $Id$ *)

tell application "iTunes"
	set myList to playlist "Library"
	set myTrack to file track 1 of myList
	copy location of myTrack to myLoc
	set myName to name of myTrack
	copy (get info for myLoc) to myInfo
	return myLoc
end tell