while() { next unless m{}; $address = $1; $address =~ s/\"//g; print PLAYLIST $address, "\n\n"; }