in reply to PGA Golf, Round 1
sub MAX {$t=pop; (grep{$t<$_?$t=$_:0}@_)[-1] } [download]
Update:Changed code--it didn't handle negative numbers before. (thanks for the /msg chemboy)
The 15 year old, freshman programmer, Stephen Rawls