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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm17 sub SCALAR () { 0 } subroutine
106 for my $context (qw(SCALAR LIST)) {
138 $caches{SCALAR} = $caches{LIST};
140 $caches{LIST} = $caches{SCALAR};
146 foreach $context (qw(SCALAR LIST)) {
163 S => $caches{SCALAR},
225 my $context = (wantarray() ? LIST : SCALAR);
229 if ($context == SCALAR) {
234 croak "Internal error \#41; context was neither LIST nor SCALAR\n";
241 if ($context == SCALAR) {
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm108 =item SCALAR this
166 =head1 C<SCALAR>, C<UNTIE> and C<DESTROY>
173 C<SCALAR> is only defined in B<Tie::StdHash> and B<Tie::ExtraHash>.
176 B<Tie::Hash>, B<Tie::StdHash>, or B<Tie::ExtraHash>. See L<pertie/"SCALAR">
177 to find out what happens when C<SCALAR> does not exist.
243 sub SCALAR { scalar %{$_[0]} } subroutine
255 sub SCALAR { scalar %{$_[0][0]} } subroutine

Completed in 15 milliseconds