Name : perl-Tie-FileSystem
| |
Version : 2.15
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.6.1
| Date : 2023-01-27 18:24:11
|
Group : Development/Libraries/Perl
| Source RPM : perl-Tie-FileSystem-2.15-lp154.6.1.src.rpm
|
Size : 0.05 MB
| |
Packager : https://www_suse_com/
| |
Summary : Access file system via a Perl hash
|
Description :
Tie::FileSystem represents file system as a Perl hash. Each hash key corresponds to name of a directory or a file. For example, for a file \"/etc/passwd\" it will be $data{\'etc\'}{\'passwd\'}. Contents of the file \"/etc/passwd\" becomes a value corresponding to the $data{\'etc\'}{\'passwd\'}.
Standard handling procedure for directories is to store a listing of files in the directory as keys. Standard procedure for files is to store a contents of the file in the scalar value.
For certain files with known structure it is possible to define subroutines for special handling. \"Tie::FileSystem::System\" defines subroutines for handling system files and, for starters, has \'passwd\' handling subroutine. \"/etc/passwd\" can be represented asa hash with following structure: $data{\'etc\'}{\'passwd\'}{$username}{$field}.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.4/noarch |