Changeset 10572 for trunk/ippScripts/scripts/ipp_datapath.pl
- Timestamp:
- Dec 8, 2006, 9:55:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_datapath.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_datapath.pl
r10534 r10572 4 4 use strict; 5 5 6 use PS::IPP::Config; 7 my $ipprc = PS::IPP::Config->new(); 8 6 9 die "No filename specified.\n" if scalar @ARGV != 1; 7 10 8 use PS::IPP::Config;9 my $ipprc = PS::IPP::Config->new();10 11 print $ipprc->convert_filename_absolute(shift @ARGV) . "\n"; 11 12
Note:
See TracChangeset
for help on using the changeset viewer.
