IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2009, 4:13:39 PM (17 years ago)
Author:
eugene
Message:

updates from head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/PS-IPP-Config/lib/PS/IPP/Config.pm

    r26085 r26236  
    1616use File::Spec 0.87;
    1717use File::Temp qw( tempfile );
    18 use IO::Handle;
    1918
    2019use PS::IPP::Metadata::Config 1.00;
     
    696695        print STDERR "   redirect stdout to $filename succeded on try $try\n";
    697696    }
    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);
    701697    open STDERR, ">>$filename" or ( carp "failed to redirect stderr to $filename" and return undef );
    702     STDERR->autoflush(1);
    703698
    704699    return 1;
Note: See TracChangeset for help on using the changeset viewer.