Changeset 12245
- Timestamp:
- Mar 5, 2007, 3:21:59 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
register_exp.pl (modified) (2 diffs)
-
register_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_exp.pl
r12209 r12245 31 31 ); 32 32 33 my ($cache, $exp_tag, $workdir, $dbname, $no_update );33 my ($cache, $exp_tag, $workdir, $dbname, $no_update, $no_op); 34 34 35 35 GetOptions( … … 38 38 'workdir|w=s' => \$workdir, # Working directory for output files 39 39 'dbname|d=s' => \$dbname, # Database name 40 'no-update' => \$no_update 40 'no-update' => \$no_update, 41 'no-op' => \$no_op, 41 42 ) or pod2usage( 2 ); 42 43 -
trunk/ippScripts/scripts/register_imfile.pl
r12207 r12245 37 37 use Pod::Usage qw( pod2usage ); 38 38 39 my ($cache, $exp_tag, $class_id, $uri, $workdir, $dbname, $no_update );39 my ($cache, $exp_tag, $class_id, $uri, $workdir, $dbname, $no_update, $no_op); 40 40 41 41 # print "args: @ARGV\n"; … … 51 51 'workdir|w=s' => \$workdir, # Working directory for output files 52 52 'dbname|d=s' => \$dbname,# Database name 53 'no-update' => \$no_update 53 'no-update' => \$no_update, 54 'no-op' => \$no_op, 54 55 ) or pod2usage( 2 ); 55 56
Note:
See TracChangeset
for help on using the changeset viewer.
