Searched refs:STDERR (Results 76 - 100 of 133) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv93 $message and print STDERR "$name error: $message\n";
94 print STDERR <<"EOT";
H A Denc2xs253 print STDERR "Writing compiled form\n";
336 printf STDERR "%d bytes in string tables\n",$strings;
337 printf STDERR "%d bytes (%.3g%%) saved spotting duplicates\n",
339 printf STDERR "%d bytes (%.3g%%) saved using substrings\n",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.t17 select STDERR; $| = 1; select STDOUT; $| = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm199 print STDERR "Searching (@path) for archives\n" if $Verbose;
205 print STDERR "searching for '$sub${lib_ext}'\n" if $Verbose;
222 #print STDERR "\@potential_libs = @potential_libs\n";
238 print STDERR "bs: $bsloadlibs ** ld: $ldloadlibs" if $Verbose;
242 print STDERR "ldopts: '$linkage'\n" if $Verbose;
H A DMM_VMS.pm2045 print STDERR " no Config found for $var.\n" if $Verbose >= 2;
2049 print STDERR " no new prefix.\n" if $Verbose >= 2;
2053 print STDERR " prefixify $var => $path\n" if $Verbose >= 2;
2054 print STDERR " from $sprefix to $rprefix\n" if $Verbose >= 2;
2058 print STDERR " $Config{vms_prefix}: seen\n" if $Verbose >= 2;
2076 print STDERR " cannot prefix, using default.\n" if $Verbose >= 2;
2079 print STDERR "No default!\n" if $Verbose >= 1;
2083 print STDERR "No replacement prefix!\n" if $Verbose >= 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm100 bless *STDERR{IO}, "FileHandle" if ref *STDERR{IO} eq "IO::Handle";
H A DSelfLoader.pm23 print STDERR "SelfLoader::AUTOLOAD for $AUTOLOAD\n" if $DEBUG;
36 print STDERR "SelfLoader::AUTOLOAD eval: $SL_code\n" if $DEBUG;
58 print STDERR "SelfLoader::load_stubs($callpack)\n" if $DEBUG;
121 print STDERR "SelfLoader cached $fullname: $Cache{$fullname}" if $DEBUG;
H A DSymbol.pm94 my %global = map {$_ => 1} qw(ARGV ARGVOUT ENV INC SIG STDERR STDIN STDOUT);
H A Dconstant.t13 END { print STDERR @warnings }
207 use constant 'STDERR' => 1 ;
225 test 68, (shift @warnings) =~ /^Constant name 'STDERR' is forced into package main:: at/;
H A DBenchmark.pm410 debugging output to STDERR, to be consistent with everything else.
531 print STDERR "new=@t\n" if $Debug;
607 print STDERR "$msg",timestr($t),"\n" if $Debug;
641 print STDERR "runloop $n '$subcode'\n" if $Debug;
670 printf STDERR "timeit $n $code\n" if $Debug;
H A Dconstant.pm16 qw{ STDIN STDOUT STDERR ARGV ARGVOUT ENV INC SIG };
310 A constant with a name in the list C<STDIN STDOUT STDERR ARGV ARGVOUT
H A Dcharnames.t318 print STDERR
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL89 are used then standard output is used. If ">&2" or ">&STDERR" is used then
161 print STDERR "pod2usage: Too many filenames given\n\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dclosure.t448 open STDERR, ">&WRITE2" or die "Can't redirect STDERR: $!";
497 print STDERR $errors;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D41_heap.t49 print STDERR "# Method '$meth' is missing.\n";
H A D40_abs_cache.t44 print STDERR "# Method '$meth' is missing.\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm241 as $out. If possible it will return STDOUT and STDERR combined as you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm87 See L<IPC::Open3> for an alternative that handles STDERR as well. This
115 $_[1], $_[0], '>&STDERR', @_[2 .. $#_]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm150 print STDERR $cmd,($out ? '>>> ' : '<<< '), $cmd->debug_text($out,$text);
463 print STDERR $b,join("\n$b",split(/\n/,$line)),"\n";
619 copies of all commands and responses also being sent to STDERR.
673 STDERR.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm224 if(DEBUG) { print $out } else { print STDERR $out }
729 print STDERR "No " .
732 print STDERR "However, try\n";
738 print STDERR "\tperldoc $_\::$file\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dtest-harness.t490 print STDERR "# $test\n" if $ENV{TEST_VERBOSE};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.t57 print STDERR
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm329 print STDERR "@_: " if @_;
330 print STDERR $!,"\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm52 $Ext_Request = FCGI::Request( \*STDIN, \*STDOUT, \*STDERR,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm60 isn't true (the default is false), then the messages are printed on STDERR,
141 return \*STDERR;

Completed in 41 milliseconds

123456