Changeset 32379 for trunk/ippScripts/scripts/register_exp.pl
- Timestamp:
- Sep 9, 2011, 11:05:10 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_exp.pl
r31043 r32379 54 54 55 55 my $ipprc = PS::IPP::Config->new() or my_die( "Unable to set up", $exp_id, $PS_EXIT_CONFIG_ERROR ); 56 $ipprc->redirect_ output($logfile) or my_die( "Unable to redirect output", $exp_id, $PS_EXIT_SYS_ERROR ) if $logfile;56 $ipprc->redirect_to_logfile($logfile) or my_die( "Unable to redirect output", $exp_id, $PS_EXIT_SYS_ERROR ) if $logfile; 57 57 58 58 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
Note:
See TracChangeset
for help on using the changeset viewer.
