Manual Pages for Linux CentOS command on man DBM_Filter::null
MyWebUniversity

Manual Pages for Linux CentOS command on man DBM_Filter::null

DBMFilter::null(3pm) Perl Programmers Reference Guide DBMFilter::null(3pm)

NAME

DBMFilter::null - filter for DBMFilter SYNOPSIS

use SDBMFile; # or DBFile, or GDBMFile, or NDBMFile, or ODBMFile use DBMFilter ;

$db = tie %hash, ...

$db->FilterPush('null'); DESCRIPTION This filter ensures that all data written to the DBM file is null terminated. This is useful when you have a perl script that needs to interoperate with a DBM file that a C program also uses. A fairly common issue is for the C application to include the terminating null in a string when it writes to the DBM file. This filter will ensure that all data written to the DBM file can be read by the C application. SEE ALSO DBMFilter, perldbmfilter AUTHOR Paul Marquess pmqs@cpan.org

perl v5.16.3 2013-02-26 DBMFilter::null(3pm)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™