Changeset 17671 for trunk/ippScripts/scripts/ipp_image_path.pl
- Timestamp:
- May 13, 2008, 4:32:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_image_path.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_image_path.pl
r17669 r17671 14 14 use IPC::Cmd 0.36 qw( can_run run ); 15 15 use PS::IPP::Metadata::Config; 16 use PS::IPP::Config 1.01 qw( :standard ); 16 17 17 18 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); 18 19 use Pod::Usage qw( pod2usage ); 19 20 use PS::IPP::Config qw(21 $PS_EXIT_SUCCESS22 $PS_EXIT_UNKNOWN_ERROR23 $PS_EXIT_SYS_ERROR24 $PS_EXIT_CONFIG_ERROR25 $PS_EXIT_PROG_ERROR26 $PS_EXIT_DATA_ERROR27 $PS_EXIT_TIMEOUT_ERROR28 metadataLookupStr29 );30 20 31 21 my ($exp_name, $class_id, $dbname, $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
