Changeset 26085
- Timestamp:
- Nov 10, 2009, 11:01:16 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r26026 r26085 16 16 use File::Spec 0.87; 17 17 use File::Temp qw( tempfile ); 18 use IO::Handle; 18 19 19 20 use PS::IPP::Metadata::Config 1.00; … … 695 696 print STDERR " redirect stdout to $filename succeded on try $try\n"; 696 697 } 698 # turn off buffering of output so that output from this script doesn't appear later 699 # that output from execed programs 700 STDOUT->autoflush(1); 697 701 open STDERR, ">>$filename" or ( carp "failed to redirect stderr to $filename" and return undef ); 702 STDERR->autoflush(1); 698 703 699 704 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.
