Searched refs:AnyDBM_File (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
H A D | AnyDBM_File.pm | 1 package Memoize::AnyDBM_File; 5 Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use 25 print STDERR "AnyDBM_File => Selected $mod.\n" if $Verbose;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | AnyDBM_File.pm | 1 package AnyDBM_File; package 20 AnyDBM_File - provide framework for multiple DBMs 26 use AnyDBM_File; 37 BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File) } 38 use AnyDBM_File;
|
H A D | AnyDBM_File.t | 13 require AnyDBM_File; 26 ok( tie(%h,AnyDBM_File,'Op_dbmx', O_RDWR|O_CREAT, 0640), "Tie"); 68 ok(tie(%h,AnyDBM_File,'Op_dbmx', O_RDWR, 0640),"Re-tie hash"); 131 if ($AnyDBM_File::ISA[0] eq 'DB_File' && ($DB_File::db_ver >= 2.004010 && $DB_File::db_ver < 3.001)) { 138 # anydbm.t test 12 will fail when AnyDBM_File uses the combination of
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/ |
H A D | tie.t | 6 eval {require Memoize::AnyDBM_File}; 44 tryout('Memoize::AnyDBM_File', $file, 1); # Test 1..4
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | Scalar.pm | 56 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
|
H A D | Handle.pm | 42 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
|
H A D | Array.pm | 187 additional arguments (along the lines of L<AnyDBM_File> and compatriots) needed
|
H A D | Hash.pm | 75 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
|
Completed in 44 milliseconds