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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireFile.pm18 sub TIEHASH { subroutine
H A DExpireTest.pm24 sub TIEHASH { subroutine
H A DStorable.pm17 sub TIEHASH { subroutine
23 print STDERR "Memoize::Storable::TIEHASH($filename, @_)\n" if $Verbose;
H A DExpire.pm28 sub TIEHASH { subroutine
210 TIEHASH
245 This will invoke C<< MyExpirePolicy->TIEHASH(args) >>.
246 MyExpirePolicy::TIEHASH should do whatever is appropriate to set up
249 For example, MyExpirePolicy::TIEHASH might create an object that
273 sub TIEHASH {
309 You should always support a C<HASH> argument to C<TIEHASH> that ties
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm41 sub TIEHASH { subroutine
96 TIEHASH is overwritten, it should call SUPER::TIEHASH.
H A DHash.pm27 # TIEHASH should return a reference to the actual storage
37 # TIEHASH should return an array reference with the first element being
57 as methods C<TIEHASH>, C<EXISTS> and C<CLEAR>. The B<Tie::StdHash> and
62 C<new> method: it is used if C<TIEHASH> is not defined
63 in the case a class forgets to include a C<TIEHASH> method.
71 =item TIEHASH classname, LIST
121 C<TIEHASH> method should return a hash reference, and the remaining methods
127 sub TIEHASH {
142 C<TIEHASH> method should return an array reference with the first
149 sub TIEHASH {
198 sub TIEHASH { subroutine
235 sub TIEHASH { bless {}, $_[0] } subroutine
247 sub TIEHASH { my $p = shift; bless [{}, @_], $p } subroutine
[all...]
H A DRefHash.pm26 It is implemented using the standard perl TIEHASH interface. Please
79 sub TIEHASH { subroutine
H A DSubstrHash.pm44 sub TIEHASH { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlocal.t130 sub TIEHASH { bless {}, $_[0] } subroutine
H A Dtiehandle.t212 sub TIEHASH {bless {}} subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcompat06.t32 sub TIEHASH { subroutine
H A Dtied.t34 sub TIEHASH { subroutine
H A Dtied_hook.t34 sub TIEHASH { subroutine
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm1254 sub TIEHASH { subroutine
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm1254 sub TIEHASH { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm86 sub TIEHASH { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm29 sub TIEHASH subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.t834 sub TIEHASH { my $p = shift; bless \ shift, $p } subroutine
887 sub TIEHASH { my $p = shift; bless \ shift, $p } subroutine
H A DCGI.pm1209 'TIEHASH' => <<'END_OF_FUNC',
1210 sub TIEHASH { subroutine

Completed in 96 milliseconds