in reply to Re: Stupid mistakes I repeatedly make
in thread Stupid mistakes I repeatedly make
which I think is rather elegant... in addition, having to add another shift when I add another variable of input (if I do) generally makes me think over the results and implementation of adding one, which is good :)my($n,$m,$o) = (shift,shift,shift);
|
---|