Name : perl-Win32-Registry-File
| |
Version : 1.10
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 7.10
| Date : 2017-08-04 17:16:30
|
Group : Development/Libraries/Perl
| Source RPM : perl-Win32-Registry-File-1.10-7.10.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Perl interface to MS-Windows registry files
|
Description :
This package provides easy access to MS-Windows registry files with automatic conversion from native Perl to Windows registry data encoding and vice versa.
For an .reg file to be recognized it must be of the following format:
REGEDIT4
[section] \"key\"=value ; comments
In our implementation the key must be no longer than 1024 characters, and contain no high-ASCII nor control character.
On a line, everything after the semicolon (;) is ignored. Backslash (\\) right before the end of line is treated as line continuation marker and the contents of the next line will be appended after stripping off preceeding whitespaces. Comment delimiter takes precedence over line continuation marker. Spaces surrounding the delimiting equation sign are stripped. If there are more than one equation sign on a line the first one is treated as the delimiter, the rest of them are considered part of the value.
The comment delimiter can be specified during calls to *new* or *open* via the *-commentdelim* option as a regular expression. If no comment stripping is desired supply the empty string (\'\') as the argument.
Specifcations of section, key and value are to be supplied to methods via an array reference containing just a section name, or the section name plus a key name, or the section name plus a key name with its associated value.
All values are automatically converted to and from native Perl/Windows registry formats. For special situations you can use the *decode_reg_value* subroutine for manual decoding.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/openSUSE_Tumbleweed/noarch |