![]() |
|
Just another Perl shrine | |
PerlMonks |
Re^2: I think Perl ruined me as a programmerby mreece (Friar) |
on Nov 24, 2007 at 00:51 UTC ( #652692=note: print w/replies, xml ) | Need Help?? |
that min functions looks kinda funny, and in some ways manages to expose the dangers of writing lazy (ie, terse) perl.
produces: min of 10 10 10 10 10 10 is 10 probably not what you expected! not only did it give the wrong answer, it destroyed the input list!
In Section
Meditations
|
|