libfile-listing-perl 6.04-ok1 source package in openKylin
Changelog
libfile-listing-perl (6.04-ok1) yangtze; urgency=low * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libfile-listing-perl (6.04-ok1) yangtze; urgency=low * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libfile-listing-perl_6.04.orig.tar.gz | 50.3 KiB | 1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5 |
libfile-listing-perl_6.04-ok1.debian.tar.xz | 1.7 KiB | 4c49e94486a7aa66ca6e07e613ef87e1113adc721e802645c9423de0e30a2157 |
libfile-listing-perl_6.04-ok1.dsc | 1.9 KiB | 5749ec707dd8ea45a95c0c31bd015c41afd572f71d3d3db43ccb6cebf200a5dc |
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'.