Changeset 13263 for trunk/ippScripts/scripts/ipp_filename.pl
- Timestamp:
- May 4, 2007, 3:07:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_filename.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_filename.pl
r13252 r13263 6 6 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); 7 7 use Pod::Usage qw( pod2usage ); 8 9 # use these to check the apache environment 10 # print "$ENV{'PATH'}\n"; 11 # print "$ENV{'PERL5LIB'}\n"; 8 12 9 13 use PS::IPP::Config; 10 14 my $ipprc = PS::IPP::Config->new(); 11 15 12 16 my ($filerule, $class_id, $basename, $camera); 13 17 … … 30 34 31 35 my $filename = $ipprc->filename($filerule, $basename, $class_id); 32 33 36 my $realname = $ipprc->file_resolve( $filename ); 34 37 print "$realname\n";
Note:
See TracChangeset
for help on using the changeset viewer.
