IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18982


Ignore:
Timestamp:
Aug 8, 2008, 3:44:11 PM (18 years ago)
Author:
bills
Message:

use :standard to import symbols add -req_file arg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/dquery_finish.pl

    r18733 r18982  
    1818use PS::IPP::Metadata::List qw( parse_md_list );
    1919
    20 use PS::IPP::Config qw($PS_EXIT_SUCCESS
    21                        $PS_EXIT_UNKNOWN_ERROR
    22                        $PS_EXIT_SYS_ERROR
    23                        $PS_EXIT_CONFIG_ERROR
    24                        $PS_EXIT_PROG_ERROR
    25                        $PS_EXIT_DATA_ERROR
    26                        $PS_EXIT_TIMEOUT_ERROR
    27                        metadataLookupStr
    28                        metadataLookupBool
    29                        caturi
    30                        );
     20use PS::IPP::Config qw( :standard );
    3121
    32 
    33 my ( $req_id, $req_name, $product, $dbname, $verbose, $save_temps );
     22my ( $req_id, $req_name, $req_file, $product, $dbname, $verbose, $save_temps );
    3423
    3524GetOptions(
    3625           'req_id=s'   => \$req_id,
     26           'req_file=s' => \$req_file,
    3727           'req_name=s' => \$req_name,
    3828           'product=s'  => \$product,
Note: See TracChangeset for help on using the changeset viewer.