Searched defs:Scalar (Results 1 - 3 of 3) 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;
38 package. The basic B<Tie::Scalar> package provides a C<new> method, as well
41 B<Tie::Scalar> and causes scalars tied to it to behave exactly like the
120 @ISA = (Tie::Scalar);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm0 # Scalar::Util.pm
7 package Scalar::Util;
70 bless $_[0], 'Scalar::Util::Fake';
141 Scalar::Util - A selection of general-utility scalar subroutines
145 use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype);
149 C<Scalar::Util> contains a selection of subroutines that people have
154 By default C<Scalar::Util> does not export any subroutines. The
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm5 package Math::BigInt::Scalar;
320 Math::BigInt::Scalar - Pure Perl module to test Math::BigInt with scalars

Completed in 34 milliseconds