Name : perl-Tie-Dir
| |
Version : 1.02
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.7.1
| Date : 2024-07-03 19:16:57
|
Group : Development/Libraries/Perl
| Source RPM : perl-Tie-Dir-1.02-lp156.7.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : Class definition for reading directories via a tied hash
|
Description :
This module provides a method of reading directories using a hash.
The keys of the hash are the directory entries and the values are a reference to an array which holds the result of \'stat\' being called on the entry.
The access and modification times of an entry can be changed by assigning to an element of the hash. If a single number is assigned then the access and modification times will both be set to the same value, alternatively the access and modification times may be set separetly by passing a reference to an array with 2 entries, the first being the access time and the second being the modification time.
* new [hashref,] dirname [, options]
This method ties the hash referenced by \'hashref\' to the directory \'dirname\'. If \'hashref\' is omitted then \'new\' returns a reference to a hash which hash been tied, otherwise it returns the result of \'tie\'
The possible options are:
* DIR_UNLINK
Delete operations on the hash will cause \'unlink\' to be called on the corresponding file
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.6/noarch |