Searched defs:ODBM_File (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm1 package ODBM_File; package
12 XSLoader::load 'ODBM_File', $VERSION;
20 ODBM_File - Tied access to odbm files
25 use ODBM_File;
36 C<ODBM_File> establishes a connection between a Perl hash variable and
37 a file in ODBM_File format;. You can manipulate the data in the file
42 Use C<ODBM_File> with the Perl built-in C<tie> function to establish
54 The string C<"ODBM_File">. (Ths tells Perl to use the C<ODBM_File>

Completed in 822 milliseconds