Iain Morrison (rugby union)

Iain Robert Morrison (born 14 December 1962) is a retired rugby union player who made 15 appearances for the Scotland national rugby union team. He played flanker.

Iain Morrison
Birth nameIain Robert Morrison
Date of birth (1962-12-14) 14 December 1962
Place of birthLinlithgow, Scotland
Rugby union career
Position(s) flanker
Senior career
Years Team Apps (Points)
  London Scottish ()
National team(s)
Years Team Apps (Points)
1993-1995 Scotland 15 (15)

Early life

He was born in Linlithgow.[1]

Rugby playing career

He played club rugby for London Scottish.[2]

Morrison made his international debut on 16 January 1993 against Ireland at Murrayfield.[1]

His last appearance was against New Zealand in the 1995 Rugby World Cup.[1]

gollark: Not all Lua is created equal.
gollark: It's maaaaaagic.
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.

References

  1. "Rugby: Player profile: Iain Morrison, Scotland". ESPN. Retrieved 4 October 2015.
  2. "Three contenders to be Morrison's successor". The Herald. 20 October 1993. Retrieved 4 October 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.