Changeset 16196 for trunk/ippScripts/scripts/register_imfile.pl
- Timestamp:
- Jan 22, 2008, 5:36:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_imfile.pl
r15779 r16196 37 37 use Pod::Usage qw( pod2usage ); 38 38 39 my ($cache, $exp_id, $tmp_class_id, $tmp_exp_name, $uri, $ workdir, $dbname, $no_update, $no_op);39 my ($cache, $exp_id, $tmp_class_id, $tmp_exp_name, $uri, $dbname, $no_update, $no_op); 40 40 GetOptions( 41 41 'caches' => \$cache, … … 44 44 'tmp_exp_name|n=s' => \$tmp_exp_name, 45 45 'uri|u=s' => \$uri, 46 'workdir|w=s' => \$workdir, # Working directory for output files47 46 'dbname|d=s' => \$dbname,# Database name 48 47 'no-update' => \$no_update,
Note:
See TracChangeset
for help on using the changeset viewer.
