in reply to Re: sorting columns and getting the largest ansd smallest values in each column
in thread sorting columns and getting the largest ansd smallest values in each column
note: pp is a bit funky as it prints to STDERR instead of STDOUT,
pp prints to STDERR if used in a void context. You can avoid that by using print pp ...;
|
|---|