http://qs321.pair.com?node_id=707251


in reply to Re^2: greater efficiency required (ls, glob, or readdir?)
in thread greater efficiency required (ls, glob, or readdir?)

using ls has some advantages.

That's why some use glob.

Doing it in pure Perl requires several lines

It would take more than 7 lines to do the equivalent of or die $! when using cat. It's so complex you probably don't even bother doing it.

The OP's code is the perfect example. By using cat,

Update: Added OP as an example.