| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/ |
| rel2abs2rel.t | 1 #!/usr/bin/perl -w 27 # Change 'perl' to './perl' so the shell doesn't go looking through PATH. 29 my($perl) = shift; 30 $perl = File::Spec->catfile(File::Spec->curdir, $perl) unless 31 File::Spec->file_name_is_absolute($perl); 33 return $perl; 35 # Make a putative perl binary say "ok\n". We have to do it this way 38 # `$perl -le "print 'ok'"`. And, for portability, we can't use fork() [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
| inplace.t | 1 #!./perl 11 $CAT = '.\perl -e "print<>"'; 12 `.\\perl -le "print 'foo'" > .a`; 13 `.\\perl -le "print 'foo'" > .b`; 14 `.\\perl -le "print 'foo'" > .c`; 17 $CAT = 'perl -e "print<>"'; 18 `perl -le "print 'foo'" > .a`; 19 `perl -le "print 'foo'" > .b`; 20 `perl -le "print 'foo'" > .c`; 29 $CAT = 'MCR []perl. -e "print<>"' [all...] |
| iprefix.t | 1 #!./perl 11 $CAT = '.\perl -e "print<>"'; 12 `.\\perl -le "print 'foo'" > .a`; 13 `.\\perl -le "print 'foo'" > .b`; 14 `.\\perl -le "print 'foo'" > .c`; 17 $CAT = 'perl -e "print<>"'; 18 `perl -le "print 'foo'" > .a`; 19 `perl -le "print 'foo'" > .b`; 20 `perl -le "print 'foo'" > .c`; 23 $CAT = 'MCR []perl. -e "print<>"' [all...] |
| openpid.t | 1 #!./perl 27 my $perl = which_perl(); 28 $perl .= qq[ "-I../lib"]; 31 # commands run 4 perl programs. Two of these programs write a 37 $cmd1 = qq/$perl -e "\$|=1; print qq[first process\\n]; sleep 30;"/; 38 $cmd2 = qq/$perl -e "\$|=1; print qq[second process\\n]; sleep 30;"/; 39 $cmd3 = qq/$perl -e "print <>;"/; # hangs waiting for end of STDIN 40 $cmd4 = qq/$perl -e "print scalar <>;"/;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/ |
| DProf.t | 0 #!perl 25 # -p Name of perl binary 31 $perl = $opt_p || which_perl(); 35 print "perl: $perl\n"; 38 if( $perl =~ m|^\./| ){ 39 # turn ./perl into ../perl, because of chdir(t) above. 40 $perl = ".$perl"; [all...] |
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584core/ |
| Makefile | 33 LICENSEFILES += ../../cmd/perl/THIRDPARTYLICENSE
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584usr/ |
| Makefile | 32 LICENSEFILES += ../../cmd/perl/THIRDPARTYLICENSE
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/ |
| Open3.t | 1 #!./perl -w 23 my $perl = $^X; 55 ok 1, $pid = open3 'WRITE', 'READ', 'ERROR', $perl, '-e', cmd_line(<<'EOF'); 71 $pid = open3 'WRITE', 'READ', 'READ', $perl, '-e', cmd_line(<<'EOF'); 83 $pid = open3 'WRITE', 'READ', '', $perl, '-e', cmd_line(<<'EOF'); 97 $perl, '-e', cmd_line('print scalar <STDIN>'); 106 $perl, '-e', cmd_line('print scalar <STDIN>'); 114 $perl, '-e', cmd_line('print STDERR scalar <STDIN>'); 119 $pid = open3 'WRITE', '>&STDOUT', '>&STDOUT', $perl, '-e', cmd_line(<<'EOF'); 129 $pid = open3 'WRITE', '>&STDOUT', '', $perl, '-e', cmd_line(<<'EOF') [all...] |
| Open2.t | 1 #!./perl -w 23 my $perl = './perl'; 51 ok 1, $pid = open2 'READ', 'WRITE', $perl, '-e',
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/ |
| ByteLoader.pm | 14 ByteLoader - load byte compiled perl code 23 perl -MByteLoader bytecode_file 27 This module is used to load byte compiled perl code as produced by 28 C<perl -MO=Bytecode=...>. It uses the source filter mechanism to read 38 perl(1).
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/ |
| req.flg | 9 # We need the files in the usr/cmd/perl/contrib area, and perl builds a private 14 find_files "s.*" usr/src/cmd/perl/contrib
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/SUNW/ |
| README | 28 cmd/perl/contrib/SUNW/README 30 This directory contains proprietary SMI-developed Perl modules.
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/pod/ |
| perlgcc.pod | 30 perlgcc - Compile perl modules using gcc. 38 When perl is built it saves the name of the compiler and any compiler flags 40 additional modules are built. The perl shipped with Solaris is built with the 48 This command provides a set of perl configuration files that are configured to 53 Instead of invoking C<perl Makefile.PL> to generate the makefile needed 55 All command-line arguments to perlgcc are passed unmodified to C<perl>. 57 If you use the CPAN.pm module, instead of invoking C<perl -MCPAN -e shell>, 64 This is modified to point to the location of the replacement perl configuration 81 C<perl(1)>, C<perlrun(1)>, C<perlsolaris(1)>.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/ |
| README | 9 This directory contains utilities that help port and patch a standard perl 19 Build and install perl 5.8.4 for both the sparc and i386 architectures. To do 20 this, unpack perl 5.8.4 and then run the InstallPerl script from inside the 21 directory. This script needs to be setuid root, and will install perl under 23 files will be generated in the perl build directory. These files are then 29 From the perl build directory, run the MapFiles script. This will produce 37 Run the CheckIn script, giving as parameters the CSV file, the perl build 38 directory and the workspace that perl is to be checked in to. The script 40 to check the perl source into ON. 55 perl 5.8.4 workspace. These were based on the 5.8.3 versions. Things tha [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/ |
| V.pm | 14 $perl = $opt_p || $^X; 18 print "\nperl: $perl\n" if $opt_v; 19 if( ! -f $perl ){ die "Where's Perl?" } 28 open( D, "$perl \"-I../lib\" $dpp \"$switches\" 2> err |" ) || warn "$0: Can't run. $!\n";
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/ |
| README | 7 This directory contains utilities that help port a standard perl 5.8.4 build 8 directory into the ON tree and patched versions of standard perl files needed 21 This directory contains scripts and data files used to port a stock perl 5.8.4
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| installperl | 10 # * check for other versions of perl in $PATH removed 68 my $perl = defined($ENV{PERLNAME}) ? $ENV{PERLNAME} : 'perl'; 72 # perl as "perl5", if that's used as base for versioned files you 76 : $perl; 108 -v Only install perl as a binary with the version number in the name. 110 +v Install perl as "perl" and as a binary with the version number in 114 -o Skip checking for other copies of perl in your PATH. 116 -A Also install perl with the architecture's name in the perl binary' [all...] |
| /onnv/onnv-gate/usr/src/cmd/hostid/smf/ |
| svc-hostid | 39 r=`echo "0x${host}" | /usr/bin/perl -e \
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Solaris/ |
| README | 28 cmd/perl/contrib/SUNW/README 30 This directory contains SMI-developed Perl modules that can be released as Open
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/ |
| README | 31 This module is released under the Perl Artistic License. 49 3. perl Makefile.PL; make install 51 If you are using gcc and wish to build this module against the perl shipped as
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/ |
| README | 31 This module is released under the Perl Artistic License. 48 3. perl Makefile.PL; make install 50 If you are using gcc and wish to build this module against the perl shipped as
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/ |
| io_pipe.t | 1 #!./perl 30 my $perl = './perl'; 35 $pipe = new IO::Pipe->reader($perl, '-e', 'print "not ok 1\n"'); 44 $pipe = new IO::Pipe->writer($perl, '-pe', $cmd);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| Command.pm | 24 perl -MExtUtils::Command -e cat files... > destination 25 perl -MExtUtils::Command -e mv source... destination 26 perl -MExtUtils::Command -e cp source... destination 27 perl -MExtUtils::Command -e touch files... 28 perl -MExtUtils::Command -e rm_f files... 29 perl -MExtUtils::Command -e rm_rf directories... 30 perl -MExtUtils::Command -e mkpath directories... 31 perl -MExtUtils::Command -e eqtime source destination 32 perl -MExtUtils::Command -e test_f file 33 perl -MExtUtils::Command=chmod -e chmod mode files.. [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| FindBin.pm | 5 # under the same terms as Perl itself. 9 FindBin - Locate directory of original perl script 31 If perl is invoked using the B<-e> option or the perl script is read from 38 $Script - basename of script from which perl was invoked 48 Perl environments, where you shouldn't use this module. Which also means 64 If perl is invoked as 66 perl filename 72 Workaround is to invoke perl as 74 perl ./filenam [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/ |
| Utils.pm | 30 my $perl = which_perl; 57 my $perl = which_perl; 59 Returns a path to perl which is safe to use in a command line, no 65 my $perl = $^X; 66 $perl ||= 'perl'; 68 # VMS should have 'perl' aliased properly 69 return $perl if $Is_VMS; 71 $perl .= $Config{exe_ext} unless $perl =~ m/$Config{exe_ext}$/i [all...] |