libfile-listing-perl 6.16-ok1 source package in openKylin
Changelog
libfile-listing-perl (6.16-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 06 May 2024 21:47:58 +0800
libfile-listing-perl (6.16-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 06 May 2024 21:47:58 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libfile-listing-perl_6.16.orig.tar.gz | 76.7 KiB | 189b3a13fc0a1ba412b9d9ec5901e9e5e444cc746b9f0156d4399370d33655c6 |
libfile-listing-perl_6.16-ok1.debian.tar.xz | 1.8 KiB | 7ad5ab659fc584076b1cf38b4940303a6333b4afb4c66296f0af6798d03a973c |
libfile-listing-perl_6.16-ok1.dsc | 1.9 KiB | b7d2269c4adae8a45053d8a67697d4c9ea1ef9632755bbdb47983efc96bc8c04 |
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'.