Changeset 17671 for trunk/ippScripts/scripts/register_exp.pl
- Timestamp:
- May 13, 2008, 4:32:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_exp.pl
r16563 r17671 20 20 use PS::IPP::Metadata::Config; 21 21 use PS::IPP::Metadata::Stats; 22 use PS::IPP::Config 1.01 qw( :standard ); 22 23 23 24 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); 24 25 use Pod::Usage qw( pod2usage ); 25 26 use PS::IPP::Config qw(27 $PS_EXIT_SUCCESS28 $PS_EXIT_UNKNOWN_ERROR29 $PS_EXIT_SYS_ERROR30 $PS_EXIT_CONFIG_ERROR31 $PS_EXIT_PROG_ERROR32 $PS_EXIT_DATA_ERROR33 $PS_EXIT_TIMEOUT_ERROR34 );35 26 36 27 my ($cache, $exp_id, $exp_tag, $dbname, $verbose, $no_update, $no_op);
Note:
See TracChangeset
for help on using the changeset viewer.
