Description
Perl applications can parse directory listings into structured entries. This is useful for tools that consume FTP, HTTP, or generated file listings and need to extract filenames, sizes, dates, and permissions.
It is a parsing library. Directory listings from external systems should be treated as untrusted input and validated before paths are used locally.