How do I get a listing of only 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/12 18:24 UTC
Read the original article Hit count: 98

Filed under:
|

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

Thanks

© Stack Overflow or respective owner

Related posts about perl

Related posts about list-files