Perfect Stranger (Southern Pacific song)

"Perfect Stranger" is a song written by Tim Goodman and John McFee, and recorded by American country music group Southern Pacific. It was released in November 1985 as the second single from the album Southern Pacific. The song reached number 18 on the Billboard Hot Country Singles & Tracks chart.[1]

"Perfect Stranger"
Single by Southern Pacific
from the album Southern Pacific
B-side"Bluebird Wine"
ReleasedNovember 16, 1985
GenreCountry
Length4:08
LabelWarner Bros.
Songwriter(s)Tim Goodman, John McFee
Producer(s)Jim Ed Norman, Southern Pacific, Brad Hartman
Southern Pacific singles chronology
"Thing About You"
(1985)
"Perfect Stranger"
(1985)
"Reno Bound"
(1986)

Chart performance

Chart (1985-1986) Peak
position
US Hot Country Songs (Billboard)[2] 18
Canadian RPM Country Tracks 24
gollark: But you can also write a program to just directly run from a URL, like that one.
gollark: Yes.
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```

References

  1. Whitburn, Joel (2004). The Billboard Book Of Top 40 Country Hits: 1944-2006, Second edition. Record Research. p. 326.
  2. "Southern Pacific Chart History (Hot Country Songs)". Billboard.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.