Changeset 16192
- Timestamp:
- Jan 22, 2008, 5:34:00 PM (18 years ago)
- Location:
- branches/eam_branch_20080121/ippScripts/scripts
- Files:
-
- 2 edited
-
register_exp.pl (modified) (1 diff)
-
register_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080121/ippScripts/scripts/register_exp.pl
r16172 r16192 34 34 ); 35 35 36 my ($cache, $exp_id, $exp_tag, $ workdir, $dbname, $no_update, $no_op);36 my ($cache, $exp_id, $exp_tag, $dbname, $no_update, $no_op); 37 37 GetOptions( 38 38 'caches' => \$cache, 39 39 'exp_id|e=s' => \$exp_id, 40 40 'exp_tag|t=s' => \$exp_tag, 41 'workdir|w=s' => \$workdir, # Working directory for output files42 41 'dbname|d=s' => \$dbname, # Database name 43 42 'no-update' => \$no_update, -
branches/eam_branch_20080121/ippScripts/scripts/register_imfile.pl
r15779 r16192 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.
