Re: Shortest non-numeric Perl expression for each number

2004-03-12 Thread Smylers
Ton Hospel writes: > For a good average: > > $X[0] = $a; > $X[1] = //; > $X[2] = $^F++; > $X[3] = $^F++; > $X[4] = $^F++; > $X[5] = $^F++; For a slightly shorter average: $X[2] = $^F; $X[3] = ++$^F; $X[4] = ++$^F; $X[5] = ++$^F; Smylers

Re: golfers at YAPC::Europe 2004

2004-09-20 Thread Smylers
ssage on the wiki or organized a bof or a special YAPC round of golf or something ... Smylers