From: Florian Gross Date: 2004-12-09T22:47:34+09:00 Subject: Re: [SOT]Signatures and one liners Ilmari Heikkinen wrote: > Golfed some with sinewaves, the ALT_SEPARATOR -bit makes me unhappy though. > > k=File::ALT_SEPARATOR ? `cls` : `clear` Maybe use k=PLATFORM["win"]?`cls`:`clear` -- it's also shorter.