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 D | Heavy.pm | 61 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 D | subs.pm | 34 my @imports = @_; 35 foreach $sym (@imports) {
|
| H A D | vars.pm | 12 my ($pack, @imports) = @_; 14 foreach (@imports) {
|
| H A D | Exporter.t | 114 my @imports = qw($seatbelt &Above stuff @wailing %left); 115 Testing->import(@imports); 117 ::ok( (!grep { eval "!defined $_" } map({ /^\w/ ? "&$_" : $_ } @imports)),
|
| H A D | Env.pm | 7 Env - perl module that imports environment variables as scalars or arrays
|
| H A D | Exporter.pm | 192 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 D | CGI.pm | 4965 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 D | MM_OS2.pm | 57 my($imports) = $attribs{IMPORTS} || $self->{IMPORTS} || {}; 71 ', "IMPORTS" => ',neatvalue($imports),
|
| H A D | MM_Win32.pm | 56 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 D | More.pm | 180 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 D | Handlers.pm | 610 that imports the Tie::Me::Kangaroo:Down::Sport module.
|
Completed in 97 milliseconds