in reply to Re^2: Perl Newbie trying to figure out how to find out Median in my program
in thread Perl Newbie trying to figure out how to find out Median in my program

You're going to need to store all the numbers in an array, then find the median once you have them all.
  • Comment on Re^3: Perl Newbie trying to figure out how to find out Median in my program