libfile-listing-perl 6.15-ok1 source package in openKylin
Changelog
libfile-listing-perl (6.15-ok1) yangtze; urgency=medium * Build for openkylin. -- zhangyichun <email address hidden> Fri, 19 Aug 2022 17:03:05 +0800
libfile-listing-perl (6.15-ok1) yangtze; urgency=medium * Build for openkylin. -- zhangyichun <email address hidden> Fri, 19 Aug 2022 17:03:05 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libfile-listing-perl_6.15.orig.tar.gz | 79.6 KiB | 39992a0bc68fed03e419716d410bc7dbfb123326bee782963c28aec6f98c849e |
libfile-listing-perl_6.15-ok1.debian.tar.xz | 8.0 KiB | e3f87d2af0badc2472fc5090911bbddf78ebc09da782bb20a5d6988d553690da |
libfile-listing-perl_6.15-ok1.dsc | 1.9 KiB | d029e91c7153667b69163f47a2b8add41edff3c59d653ac35978dafb04ee2b82 |
File::Listing exports a single function called parse_dir(), which can be used
to parse directory listings.
.
The first parameter to parse_dir() is the directory listing to parse. It can
be a scalar, a reference to an array of directory lines or a glob
representing a filehandle to read the directory listing from.
.
The second parameter is the time zone to use when parsing time stamps in the
listing. If this value is undefined, then the local time zone is assumed.
.
The third parameter is the type of listing to assume. Currently supported
formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'.