in reply to Matching optionally quoted string
while(<ASX>) { tr/"//d if /HREF/; print PLAYLIST $1 if /<REF HREF=(.*)\/>/; } [download]
(untested)