in reply to
how to find median value
Short answer ( I'm late :)
sub is_odd { return ( $_[0] % 2 ) != 0 ; }
[download]
__________________________
Hope this helps
Comment on
Re: how to find median value
Download
Code
In Section
Seekers of Perl Wisdom