in reply to Why is the List upload with STDIN from a text file giving wrong result for mean?
Also, if the parentheses are part of the input, you need to get rid of them. You can achieve that bysplit /,/, $list
after you read the input.$list = s/[()]//g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why is the List upload with STDIN from a text file giving wrong result for mean?
by supriyoch_2008 (Monk) on Nov 02, 2012 at 14:19 UTC |