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