Searched defs:UNIVERSAL (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DUNIVERSAL.pm1 package UNIVERSAL; package
5 # UNIVERSAL should not contain any extra subs/methods beyond those
10 # whenever UNIVERSAL.pm is loaded.
20 UNIVERSAL - base class for ALL classes (blessed references)
30 use UNIVERSAL qw( isa can VERSION );
37 C<UNIVERSAL> is the base class which all bless references will inherit from,
40 C<UNIVERSAL> provides the following methods and functions:
83 use UNIVERSAL qw( isa ) ;
89 require UNIVERSAL ;
90 $yes = UNIVERSAL
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A Ddemo_phases.pl6 sub UNIVERSAL::Beginner : ATTR(SCALAR,BEGIN,END) subroutine
9 sub UNIVERSAL::Checker : ATTR(CHECK,SCALAR) subroutine
12 sub UNIVERSAL::Initer : ATTR(SCALAR,INIT) subroutine
H A DDescriptions.pm12 sub UNIVERSAL::Name :ATTR { subroutine
16 sub UNIVERSAL::Purpose :ATTR { subroutine
20 sub UNIVERSAL::Unit :ATTR { subroutine
H A Ddemo_range.pl1 package UNIVERSAL; package
H A Ddemo_rawdata.pl1 package UNIVERSAL; package
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm59 sub UNIVERSAL::a_sub_not_likely_to_be_here { ref($_[0]) } subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmethod.t193 is(do { eval 'UNIVERSAL->E::D::foo()';
195 is(do { eval '$e = bless {}, "UNIVERSAL"; $e->E::E::foo()';
199 is(do { eval 'UNIVERSAL->E::F::foo()';
201 is(do { eval '$e = bless {}, "UNIVERSAL"; $e->E::F::foo()';
206 # failed method call or UNIVERSAL::can() should not autovivify packages
210 is( UNIVERSAL::can("Foo", "boogie") ? "yes":"no", "no" );
213 is( Foo->UNIVERSAL::can("boogie") ? "yes":"no", "no" );
286 package UNIVERSAL; sub AUTOLOAD { my \$c = shift; print "\$c \$AUTOLOAD\\n" } package
293 "check if UNIVERSAL::AUTOLOAD works",
H A Dref.t190 package UNIVERSAL; package
345 runperl(prog => 'sub UNIVERSAL::AUTOLOAD { qr// } a->p' );
347 print "ok ",++$test," - UNIVERSAL::AUTOLOAD called when freeing qr//\n";
349 runperl(prog => 'sub UNIVERSAL::DESTROY { warn } bless \$a, A', stderr => 1);
351 print "ok ",++$test," - warn called inside UNIVERSAL::DESTROY\n";
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrbasn1.h35 typedef enum { UNIVERSAL = 0x00, APPLICATION = 0x40, enumerator in enum:__anon1025

Completed in 31 milliseconds