Reg Peterson

Reg Peterson (16 August 1907 – 23 May 1961) was an Australian rules footballer who played with Essendon and St Kilda in the Victorian Football League (VFL).[1]

Reg Peterson
Personal information
Full name Reg Peterson
Date of birth (1907-08-16)16 August 1907
Date of death 23 May 1961(1961-05-23) (aged 53)
Original team(s) Brighton
Height 182 cm (6 ft 0 in)
Weight 75 kg (165 lb)
Playing career1
Years Club Games (Goals)
1931–32 Essendon 20 (8)
1933 St Kilda 1 (1)
Total 21 (9)
1 Playing statistics correct to the end of 1933.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 701. ISBN 978-1-921496-32-5.
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.