Searched refs:perl (Results 51 - 75 of 257) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dpl_calltime.d47 perl*:::sub-entry
54 perl*:::sub-return
H A Dpl_cputime.d47 perl*:::sub-entry
54 perl*:::sub-return
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/
H A Dpl_calltime.d47 perl*:::sub-entry
54 perl*:::sub-return
H A Dpl_cputime.d47 perl*:::sub-entry
54 perl*:::sub-return
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dprereq_print.t1 #!/usr/bin/perl -w
52 ::like( $prereq_out, qr/^perl\(strict\) \s* >= \s* 0 \s*$/x,
H A Dbasic.t1 #!/usr/bin/perl -w
3 # This test puts MakeMaker through the paces of a basic perl module
29 my $perl = which_perl();
44 my @mpl_out = run(qq{$perl Makefile.PL "PREFIX=../dummy-install"});
233 @mpl_out = run(qq{$perl Makefile.PL "NO_META=1"});
241 @mpl_out = run(qq{$perl Makefile.PL});
249 @mpl_out = run(qq{$perl Makefile.PL "PREFIX=../dummy-install"});
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs13 #include "perl.h"
17 * The XS code exported to perl is below here. Note that the XS preprocessor
28 # defined using this mechanism are eligible for inlining by the perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile33 PROG = perl
59 lib/lib.pm lib/ExtUtils/Miniperl.pm t/perl
62 # Add in the perl-specific flags (including largefile flags).
65 # Add in the libraries perl needs to be linked against.
78 all: get_no_keywords perl extensions utilities
81 # Some of the files in the perl distribution are uuencoded, or contain uuencoded
116 # Build miniperl, the bootstrap perl executable, and check it executes OK.
137 # Prepare for building perl modules by:
180 # Make DynaLoader. DynaLoader is statically linked into the perl executable
182 # Note: VERSION is used by ON as a environment variable and by perl modul
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsubs.t1 #!./perl
51 `./perl $switch $tmpfile 2>&1` :
53 `.\\perl -I../lib $switch $tmpfile 2>&1` :
55 `perl -I../lib $switch $tmpfile 2>&1` :
58 `./perl $switch $tmpfile 2>&1`;
H A Dstrict.t1 #!./perl
72 `.\\perl -I../lib $switch $tmpfile 2>&1` :
74 `perl -I../lib $switch $tmpfile 2>&1` :
77 `./perl $switch $tmpfile 2>&1`;
H A Dbigint.pm228 perl -Mbigint=a,2 -le 'print 12345+1'
240 perl -Mbignum=p,5 -le 'print 123456789+123'
251 perl -Mbigint=l,GMP -e 'print 2 ** 512'
260 perl -Mbigint=v -e ''
358 perl -Mbigint -le 'print sqrt(33)'
359 perl -Mbigint -le 'print 2*255'
360 perl -Mbigint -le 'print 4.5+2*255'
361 perl -Mbigint -le 'print 3/7 + 5/7 + 8/3'
362 perl -Mbigint -le 'print 123->is_odd()'
363 perl
[all...]
H A Dblib.pm9 perl -Mblib script [args...]
11 perl -Mblib=dir script [args...]
H A Dwarnings.t1 #!./perl
118 `./perl "-I../lib" $switch $tmpfile` :
120 `.\\perl -I../lib $switch $tmpfile` :
122 `perl -I../lib $switch $tmpfile` :
125 `./perl -I../lib $switch $tmpfile`;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL1 #!/usr/local/bin/perl
57 # In this section, perl variables will be expanded during extraction.
76 # In the following, perl variables are not expanded during extraction.
234 $perlbug = 'perlbug@perl.org';
237 $testaddress = 'perlbug-test@perl.org';
304 . "OK: perl $perl_version ${patch_tags}on"
352 in perl, and e-mail it to $address. It is *NOT* intended for
353 sending test messages or simply verifying that perl works, *NOR* is it
354 intended for reporting bugs in third-party perl modules. It is *ONLY*
355 a means of reporting verifiable problems with the core perl distributio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm22 perl "-MExtUtils::Command::MM" -e "function" "--" arguments...
140 perl "-MExtUtils::Command::MM" -e warn_if_old_packlist <somefile>
162 perl "-MExtUtils::Command::MM" -e perllocal_install
166 perl "-MExtUtils::Command::MM" -e perllocal_install
222 perl "-MExtUtils::Command::MM" -e uninstall <packlist>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST1 #!./perl
8 # Let tests know they're running in the perl core. Useful for modules
39 unless -e 'perl' or -e 'perl.exe' or -e 'perl.pm';
42 unless (-x 'perl.third') {
43 unless (-x '../perl.third') {
44 die "You need to run \"make perl.third first.\n";
47 print "Symlinking ../perl.third as perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Drunlevel.t1 #!./perl
39 `.\\perl -I../lib $switch $tmpfile 2>&1` :
41 `perl -I../lib $switch $tmpfile 2>&1` :
44 `./perl $switch $tmpfile 2>&1`;
H A Dsplit.t1 #!./perl
53 if ($^O eq 'MSWin32') { $foo = `.\\perl -Dt -e "(\$a,\$b) = split;" 2>&1` }
54 elsif ($^O eq 'NetWare') { $foo = `perl -Dt -e "(\$a,\$b) = split;" 2>&1` }
55 elsif ($^O eq 'VMS') { $foo = `./perl "-Dt" -e "(\$a,\$b) = split;" 2>&1` }
57 else { $foo = `./perl -Dt -e '(\$a,\$b) = split;' 2>&1` }
258 # [perl #17064]
267 # [perl #18195]
274 is(join (':',@d), 'readin:database:readout', "[perl #18195]");
294 # [perl #28938]
/osnet-11/usr/src/cmd/perl/5.8.4/
H A Dextract_config.sh20 typeset -r perlsrc=cmd/perl/5.8.4
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/C/
H A DC.xs2 #include <perl.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL38 INSTALLDIRS => $] >= 5.007 ? 'perl' : 'site',
49 You appear to have a perl configured to use 64 bit integers in its scalar
55 error, then please read the section "64 bit data in perl 5.6.0 and 5.6.1"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm45 perl ensures that any invocation of it implicitly locks its first
47 perl ensures that a lock is taken on the subroutine itself before
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm334 found in the FAQ and at http:/www.perl.com) for a more recent version
337 'perl Makefile.PL', but you're most probably left alone, when you do
362 print join(" ", map { "perl($_)>=$self->{PREREQ_PM}->{$_} " }
408 Please install these modules first and rerun 'perl Makefile.PL'.\n};
422 Carp::carp("WARNING: Please rerun 'perl Makefile.PL' to regenerate your Makefiles\n");
513 Your perl and your Config.pm seem to have different ideas about the
517 This may or may not cause problems. Please check your installation of perl
531 # This Makefile is for the $self->{NAME} extension to perl.
827 # extremely careful when we try to give perl a reason to reload a
1009 perl Makefil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dnull.pm37 terminated. This is useful when you have a perl script that needs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireTest.pm17 to mjd-perl-memoize+@plover.com.

Completed in 48 milliseconds

1234567891011