Changeset 10472
- Timestamp:
- Dec 4, 2006, 6:22:33 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/inject.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/inject.pl
r10466 r10472 16 16 $exp_type, # Type of exposure 17 17 $path, # Path to use 18 $inject_only # Only inject (i.e., no phase 0)? 18 19 ); 19 20 GetOptions( … … 22 23 'exp_type|e=s' => \$exp_type, 23 24 'path=s' => \$path, 25 'inject-only' => \$inject_only, 24 26 ) or pod2usage( 2 ); 25 27 … … 73 75 } 74 76 77 return 0 if $inject_only; 78 75 79 # Phase 0 imfile processing 76 80 {
Note:
See TracChangeset
for help on using the changeset viewer.
