Changeset 18019 for trunk/ippScripts/scripts
- Timestamp:
- Jun 9, 2008, 11:22:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r17803 r18019 25 25 26 26 # Parse the command-line arguments 27 my ( $exp_id, $ exp_tag, $chip_id, $class_id, $uri, $camera, $outroot, $dbname, $reduction, $verbose,27 my ( $exp_id, $chip_id, $class_id, $uri, $camera, $outroot, $dbname, $reduction, $verbose, 28 28 $no_update, $no_op ); 29 29 GetOptions( 30 30 'exp_id=s' => \$exp_id, # Exposure identifier 31 'exp_tag=s' => \$exp_tag, # Exposure identifier32 31 'chip_id=s' => \$chip_id, # Chiptool identifier 33 32 'class_id=s' => \$class_id, # Class identifier … … 43 42 44 43 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 45 pod2usage( -msg => "Required options: --exp_id -- exp_tag --chip_id --class_id --uri --camera --outroot",44 pod2usage( -msg => "Required options: --exp_id --chip_id --class_id --uri --camera --outroot", 46 45 -exitval => 3) unless 47 46 defined $exp_id and 48 defined $exp_tag and49 47 defined $chip_id and 50 48 defined $class_id and
Note:
See TracChangeset
for help on using the changeset viewer.
