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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm1 package Tie::Scalar;
7 Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars
12 require Tie::Scalar;
14 @ISA = (Tie::Scalar);
21 require Tie::Scalar;
23 @ISA = (Tie::StdScalar);
38 package. The basic B<Tie::Scalar> package provides a C<new> method, as well
39 as methods C<TIESCALAR>, C<FETCH> and C<STORE>. The B<Tie::StdScalar>
41 B<Tie
[all...]
H A DHash.pm1 package Tie::Hash;
7 Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes
12 require Tie::Hash;
14 @ISA = (Tie::Hash);
21 require Tie::Hash;
23 @ISA = (Tie::StdHash);
31 require Tie::Hash;
33 @ISA = (Tie
[all...]
H A DMemoize.pm2 package Tie::Memoize;
3 use Tie::Hash;
4 our @ISA = 'Tie::ExtraHash';
42 croak 'syntax: tie %hash, \'Tie::AutoLoad\', \&fetch_subr' if @_ < 2;
43 croak 'syntax: tie %hash, \'Tie::AutoLoad\', \&fetch_subr, $data, \&exists_subr, \%data_cache, \%existence_cache' if @_ > 6;
54 Tie::Memoize - add data to hash when needed
58 require Tie::Memoize;
59 tie %hash, 'Tie::Memoize',
85 =head1 Inheriting from B<Tie::Memoize>
107 tie %hash, 'Tie
[all...]
H A DRefHash.pm1 package Tie::RefHash;
7 Tie::RefHash - use references as hash keys
12 use Tie::RefHash;
13 tie HASHVARIABLE, 'Tie::RefHash', LIST;
14 tie HASHVARIABLE, 'Tie::RefHash::Nestable', LIST;
23 references as keys in hashes-of-hashes, use Tie::RefHash::Nestable,
24 included as part of Tie::RefHash.
36 use Tie::RefHash;
37 tie %h, 'Tie::RefHash';
50 tie %h, 'Tie
[all...]
H A DArray.pm1 package Tie::Array;
85 package Tie::StdArray;
87 @ISA = 'Tie::Array';
118 Tie::Array - base class for tied arrays
122 package Tie::NewArray;
123 use Tie::Array;
124 @ISA = ('Tie::Array');
146 package Tie::NewStdArray;
147 use Tie::Array;
149 @ISA = ('Tie
[all...]
H A DHandle.pm1 package Tie::Handle;
8 Tie::Handle, Tie::StdHandle - base class definitions for tied handles
13 require Tie::Handle;
15 @ISA = qw(Tie::Handle);
29 The basic B<Tie::Handle> package provides a C<new> method, as well as methods
110 This version of Tie::Handle is neither related to nor compatible with
111 the Tie::Handle (3.0) module available on CPAN. It was due to an
127 # "Grandfather" the new, a la Tie::Hash
197 package Tie
[all...]
H A DSubstrHash.pm1 package Tie::SubstrHash;
7 Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
11 require Tie::SubstrHash;
13 tie %myhash, 'Tie::SubstrHash', $key_len, $value_len, $table_size;
17 The B<Tie::SubstrHash> package provides a hash-table-like interface to
154 croak "Tie::SubstrHash does not support exists()";
H A DFile.pm2 package Tie::File;
59 $opts{cache} = Tie::File::Cache->new($opts{memory});
178 # the length of the record matches what 'tell' says. If not, Tie::File
1446 # Tie::File::Cache
1450 package Tie::File::Cache;
1451 $Tie::File::Cache::VERSION = $Tie::File::VERSION;
1469 @$self = (Tie::File::Heap->new($self), {}, $max, 0);
1654 # Note that Tie::File::Cache::expire has been inlined here
1675 BEGIN { *_ci_warn = \&Tie
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Davhv.t14 require Tie::Array;
16 package Tie::BasicArray;
17 @Tie::BasicArray::ISA = 'Tie::Array';
60 tie @fake, 'Tie::StdArray';
68 tie @fake, 'Tie::BasicArray';
76 require Tie::Hash;
77 tie %fake, 'Tie::StdHash';
H A Dgmagic.t12 tie my $c => 'Tie::Monitor';
53 # adapted from Tie::Counter by Abigail
54 package Tie::Monitor;
H A Dtaint.t877 sub Tie::TIESCALAR { subroutine
884 sub Tie::FETCH { subroutine
894 tie my ($foo), Tie => $bar;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm7 package Tie::Hash ;

Completed in 62 milliseconds