Searched refs:Good (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A Ddemo3.pl4 my MyClass $x :Good :Bad(1**1-1) :Omni(vorous);
13 my @y :Good :Omni(s/cie/nt/);
15 my %y :Good(q/bye) :Omni(q/bus/);
H A DMyClass.pm8 sub Good : ATTR(SCALAR) { subroutine
11 # Invoked for any scalar variable with a :Good attribute,
17 print "MyClass::Good:ATTR(SCALAR)(@_);\n";
28 sub Good : ATTR(ARRAY) { subroutine
29 # Invoked for any array variable with a :Good attribute,
33 print "MyClass::Good:ATTR(ARRAY)(@_);\n";
36 sub Good : ATTR(HASH) { subroutine
37 # Invoked for any hash variable with a :Good attribute,
41 print "MyClass::Good:ATTR(HASH)(@_);\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm233 sub Good : ATTR(SCALAR) {
236 # Invoked for any scalar variable with a :Good attribute,
251 sub Good : ATTR(ARRAY) {
252 # Invoked for any array variable with a :Good attribute,
258 sub Good : ATTR(HASH) {
259 # Invoked for any hash variable with a :Good attribute,
595 Other::Good => Tie::SecureHash, # tie attr installed in Other::
649 my MyClass $slr :Good :Bad(1**1-1) :Omni(-vorous);
657 my @arr :Good :Omni(s/cie/nt/);
658 my %hsh :Good(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.pm195 Shell now has an OO interface. Good for namespace conservation
H A Dconstant.pm308 name as a constant in the same package. This is probably a Good Thing.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2731 * to the program to supply one. Good guesses are
2803 * to the program to supply one. Good guesses are
2811 * to the program to supply one. Good guesses are
2878 * to the program to supply one. Good guesses are

Completed in 32 milliseconds