Josef Pirrung

Josef Pirrung (24 July 1949 – 11 February 2011) was a German football player.[1] He spent 14 seasons in the Bundesliga with 1. FC Kaiserslautern. He represented Germany in two UEFA Euro 1976 qualifiers against Greece and Malta.

Josef Pirrung
Personal information
Date of birth (1949-07-24)24 July 1949
Place of birth Münchweiler an der Rodalb, West Germany
Date of death 11 February 2011(2011-02-11) (aged 61)
Height 1.70 m (5 ft 7 in)
Playing position(s) Striker/Midfielder
Senior career*
Years Team Apps (Gls)
1967–1981 1. FC Kaiserslautern 304 (61)
1981–1982 Wormatia Worms 26 (1)
National team
1974 Germany 2 (0)
* Senior club appearances and goals counted for the domestic league only

Honours

gollark: This code here is for label handling, I think.
gollark: Is this based on chars or bytes?
gollark: ```java public static String normaliseLabel( String label ) { if( label == null ) return null; int length = Math.min( 32, label.length() ); StringBuilder builder = new StringBuilder( length ); for( int i = 0; i < length; i++ ) { char c = label.charAt( i ); if( (c >= ' ' && c <= '~') || (c >= 161 && c <= 172) || (c >= 174 && c <= 255) ) { builder.append( c ); } else { builder.append( '?' ); } } return builder.toString();}```
gollark: It doesn't seem to be.
gollark: Also, what are the restrictions on them? I ask because I want to use this as an insane serial protocol.

References

  1. "Pirrung, Josef" (in German). kicker.de. Retrieved 23 December 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.