GDBM_File
NAMESYNOPSIS
DESCRIPTION
AVAILABILITY
BUGS
SEE ALSO
NAME
GDBM_File − Perl5 access to the gdbm library.
SYNOPSIS
use GDBM_File ;
tie %hash, 'GDBM_File', $filename, &GDBM_WRCREAT, 0640;
# Use the %hash array.
untie %hash ;
DESCRIPTION
GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library. If you intend to use this module you should really have a copy of the gdbm manualpage at hand.
Most of the libgdbm.a functions are available through the GDBM_File interface.
AVAILABILITY
gdbm is available from any GNU archive. The master site is "ftp.gnu.org", but you are strongly urged to use one of the many mirrors. You can obtain a list of mirror sites from http://www.gnu.org/order/ftp.html.
BUGS
The available functions and the gdbm/perl interface need to be documented.
The GDBM error number and error message interface needs to be added.
SEE ALSO
perl(1), DB_File(3), perldbmfilter.
More Linux Commands
manpages/gnutls_openpgp_crt_verify_ring.3.html
gnutls_openpgp_crt_verify_ring(3) - API function (Man Page)
Verify all signatures in the key, using the given set of keys (keyring). The key verification output will be put in verify and will be one or more of the gnutls
manpages/bluetoothd.8.html
bluetoothd(8) - Bluetooth daemon (Admin - Linux man page)...
This manual page documents briefly the bluetoothd daemon, which manages all the Bluetooth devices. bluetoothd can also provide a number of services via the D-Bu
manpages/user-dirs.dirs.5.html
user-dirs.dirs(5) settings for XDG user dirs (Man Page).....
The $HOME/.config/user-dirs.dirs file is a text file that contains the user-specific values for the XDG user dirs. It is created and updated by the xdg-user-dir
manpages/ssh-pkcs11-helper.8.html
ssh-pkcs11-helper(8) - ssh-agent helper program for PKCS#11
ssh-pkcs11-helper is used by ssh-agent(1) to access keys provided by a PKCS#11 token. ssh-pkcs11-helper is not intended to be invoked by the user, but from ssh-
manpages/svcudp_bufcreate.3.html
svcudp_bufcreate(3) - library routines for remote procedure
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s
manpages/tanh.3.html
tanh(3) - hyperbolic tangent function - Linux manual page...
The tanh() function returns the hyperbolic tangent of x, which is defined mathematically as: tanh(x) = sinh(x) / cosh(x) RETURN VALUE On success, these function
manpages/lgamma_r.3.html
lgamma_r(3) - log gamma function (Library - Linux man page)
For the definition of the Gamma function, see tgamma(3). The lgamma() function returns the natural logarithm of the absolute value of the Gamma function. The si
manpages/ldap_sort_entries.3.html
ldap_sort_entries(3) - LDAP sorting routines (deprecated)...
The ldap_sort_entries(), ldap_sort_values(), and ldap_sort_strcasecmp() are deprecated. Deprecated interfaces generally remain in the library. The macro LDAP_DE
manpages/XCheckTypedWindowEvent.3.html
XCheckTypedWindowEvent(3) - select events by type (ManPage)
The XNextEvent function copies the first event from the event queue into the specified XEvent structure and then removes it from the queue. If the event queue i
manpages/FcUcs4ToUtf8.3.html
FcUcs4ToUtf8(3) - convert UCS4 to UTF-8 - Linux manual page
Converts the Unicode char from src into dst and returns the number of bytes needed to encode the char. VERSION Fontconfig version 2.8.0 FcUcs4ToUtf8.3 (Library
manpages/Tk_NameOf3DBorder.3.html
Tk_NameOf3DBorder(3) - draw borders with three-dimensional a
These procedures provide facilities for drawing window borders in a way that produces a three-dimensional appearance. Tk_Alloc3DBorderFromObj allocates colors a
manpages/crontab.5.html
crontab(5) - files used to schedule the execution of program
A crontab file contains instructions for the cron(8) daemon in the following simplified manner: run this command at this time on this date. Each user can define
