Changeset 17671 for trunk/ippScripts/scripts/ipp_serial_stack.pl
- Timestamp:
- May 13, 2008, 4:32:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_stack.pl
r16941 r17671 10 10 use PS::IPP::Metadata::Config; 11 11 use PS::IPP::Metadata::List qw( parse_md_list ); 12 use PS::IPP::Config 1.01 qw( :standard ); 12 13 13 14 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); 14 15 use Pod::Usage qw( pod2usage ); 15 use PS::IPP::Config qw(16 $PS_EXIT_SUCCESS17 $PS_EXIT_UNKNOWN_ERROR18 $PS_EXIT_SYS_ERROR19 $PS_EXIT_CONFIG_ERROR20 $PS_EXIT_PROG_ERROR21 $PS_EXIT_DATA_ERROR22 $PS_EXIT_TIMEOUT_ERROR23 caturi24 );25 16 26 17 my $ipprc = PS::IPP::Config->new(); # IPP configuration
Note:
See TracChangeset
for help on using the changeset viewer.
