Changeset 17964 for trunk/ippScripts/scripts/register_exp.pl
- Timestamp:
- Jun 6, 2008, 1:57:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_exp.pl
r17803 r17964 25 25 use Pod::Usage qw( pod2usage ); 26 26 27 my ($cache, $exp_id, $exp_tag, $dbname, $verbose, $no_update, $no_op); 27 my $ipprc = PS::IPP::Config->new(); 28 29 my ($cache, $exp_id, $exp_tag, $dbname, $verbose, $no_update, $no_op, $logfile); 28 30 GetOptions( 29 31 'caches' => \$cache, … … 34 36 'no-update' => \$no_update, 35 37 'no-op' => \$no_op, 38 'logfile=s' => \$logfile, 36 39 ) or pod2usage( 2 ); 40 41 $ipprc->redirect_output($logfile) if $logfile; 37 42 38 43 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
Note:
See TracChangeset
for help on using the changeset viewer.
