Searched refs:imports (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/
H A DHeavy.pm61 my($pkg, $callpkg, @imports) = @_;
66 if (@imports) {
72 if (grep m{^[/!:]}, @imports) {
75 my %imports;
78 unshift @imports, ':DEFAULT' if $imports[0] =~ m/^!/;
79 foreach $spec (@imports){
108 foreach $sym (@names) { delete $imports{$sym} }
111 @imports{@names} = (1) x @names;
114 @imports
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsubs.pm34 my @imports = @_;
35 foreach $sym (@imports) {
H A Dvars.pm12 my ($pack, @imports) = @_;
14 foreach (@imports) {
H A DExporter.t114 my @imports = qw($seatbelt &Above stuff @wailing %left);
115 Testing->import(@imports);
117 ::ok( (!grep { eval "!defined $_" } map({ /^\w/ ? "&$_" : $_ } @imports)),
H A DEnv.pm7 Env - perl module that imports environment variables as scalars or arrays
H A DExporter.pm192 This imports all the symbols from ModuleName's @EXPORT into the namespace
201 This imports only the symbols listed by the caller into their namespace.
H A DCGI.pm4965 same use() line. For example, the following use statement imports the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_OS2.pm57 my($imports) = $attribs{IMPORTS} || $self->{IMPORTS} || {};
71 ', "IMPORTS" => ',neatvalue($imports),
H A DMM_Win32.pm56 my($imports) = $attribs{IMPORTS} || $self->{IMPORTS} || {};
72 q!, 'IMPORTS' => !,neatvalue($imports),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm180 my @imports = ();
183 my($tag, $imports) = splice @plan, $idx, 2;
184 @imports = @$imports;
191 __PACKAGE__->_export_to_level(1, __PACKAGE__, @imports);
646 BEGIN { use_ok($module, @imports); }
653 If @imports are given, they are passed through to the use. So this:
679 my($module, @imports) = @_;
680 @imports = () unless @imports;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm610 that imports the Tie::Me::Kangaroo:Down::Sport module.

Completed in 97 milliseconds