Searched refs:Package (Results 1 - 19 of 19) sorted by relevance
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
| H A D | xref.t | 38 } elsif (/^ Package (.*)/) {
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
| H A D | Opcode.xs | 263 _safe_pkg_prep(Package) 264 char * Package 269 hv = gv_stashpv(Package, GV_ADDWARN); /* should exist already */ 284 _safe_call_sv(Package, mask, codesv) 285 char * Package 302 PL_defstash = gv_stashpv(Package, GV_ADDWARN); /* should exist already */
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| H A D | Xref.pm | 23 Package package1 27 Package package2 36 The report is then grouped by the B<Package> of each variable, 39 containing B<Package>) includes its type character(s) at the beginning 357 print " Package $pack\n";
|
| H A D | Lint.pm | 114 =item B<-u Package>
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
| H A D | code.t | 50 $blessed_code = bless sub { "blessed" }, "Some::Package"; 51 { package Another::Package; sub foo { __PACKAGE__ } } 64 \&Another::Package::foo, # code in another package 93 ok($thawed->[3]->(), "Another::Package"); 138 ok($thawed->[3]->(), "Another::Package"); 150 ok($thawed->[3]->(), "Another::Package"); 281 ok($thawed->[3]->(), "Another::Package");
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | constant.pm | 196 in C<Some::Package::CONSTANT>. Constants may be exported by modules, 198 as C<< Some::Package->CONSTANT >> or as C<< $obj->CONSTANT >> where 199 C<$obj> is an instance of C<Some::Package>. Subclasses may define
|
| H A D | AutoLoader.pm | 284 =head2 Package Lexicals 286 Package lexicals declared with C<my> in the main block of a package
|
| H A D | attributes.pm | 141 (See L<"Package-specific Attribute Handling"> below.) 214 L<"Package-specific Attribute Handling"> below. 223 the method names described in L<"Package-specific Attribute Handling"> below. 229 =head2 Package-specific Attribute Handling 235 Package-specific attribute handling may change incompatibly in a future
|
| H A D | DB.pm | 695 Package namespace of currently executing code.
|
| H A D | overload.pm | 177 overload - Package for overloading perl operations 701 Package C<overload.pm> provides the following public functions:
|
| H A D | CPAN.pm | 1720 "Package namespace", 4006 Package comes with a Makefile and without a Makefile.PL. 4019 $CPAN::Frontend->myprint(qq{Package seems to come without Makefile.PL.
|
| H A D | perl5db.pl | 5235 print_lineinfo(' ' x $stack_depth, "Package $filename.\n") if $frame; 6933 B<V> [I<Pk> [I<Vars>]] List Variables in Package. Vars can be ~pattern or !pattern. 7107 B<V> [I<Pk> [I<Vars>]] List Variables in Package. Vars can be ~pattern or !pattern.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | xsubpp | 613 my $overload = "$Package\::(".$1 ; 935 last if ($Module, $Package, $Prefix) = 959 $Package = defined($2) ? $2 : ''; # keep -w happy 963 ($Packid = $Package) =~ tr/:/_/; 964 $Packprefix = $Package; 1559 # apply_attrs_string("$Package", cv, "@Attributes", 0); 1564 $name = "$Package\::$name" unless $name =~ /::/; 1592 /* Making a sub named "${Package}::()" allows the package */ 1594 /* overload::Overloaded("${Package}") to return true. */ 1595 newXS("${Package} [all...] |
| H A D | MakeMaker.pm | 1300 in PPD (Perl Package Description) files for PPM (Perl Package Manager). 1932 Name of the script that gets executed by the Perl Package Manager after
|
| H A D | MM_Unix.pm | 3317 Defines target that creates a PPD (Perl Package Description) file 3389 # Creates a PPD (Perl Package Description) for a binary distribution.
|
| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | errlist | 105 65 Package not installed
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/ |
| H A D | via.pm | 17 use Some::Other::Package; 18 open($fh,">:via(Some::Other::Package)",...);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| H A D | Find.pm | 342 Package names (eg 'A::B') are automatically converted to directory
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/ |
| H A D | Struct.pm | 598 elements. Package now implements documented behaviour when
|
Completed in 132 milliseconds