The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
tell application "iTunes"
	set myList to make new playlist
	set name of myList to "iTunes Test"
	set myFile to alias "Otter:Users:brian:Dev:MacOSX:iTunes:mp3:The_Wee_Kirkcudbright_Centipede.mp3"
	set myTrack to add myFile to myList
end tell