How do I get a listing of only plain files in a directory using Perl?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-12T17:22:48Z Indexed on 2010/05/16 0:10 UTC
Read the original article Hit count: 133

Filed under:

I'm looking for a way in Perl to list the plain files of a directory. Files only, no directories.

© Stack Overflow or respective owner

Related posts about perl