in reply to Re^2: What's the difference between stat and sort?
in thread What's the difference between stat and sort?
print (...) interpreted as function...possible solutions:
print ((sort(<*>))[-1]), "\n"; # or print+(sort(<*>))[-1], "\n";
see also print (...) interpreted as function
|
|---|