IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13263


Ignore:
Timestamp:
May 4, 2007, 3:07:17 PM (19 years ago)
Author:
eugene
Message:

add test lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_filename.pl

    r13252 r13263  
    66use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
    77use Pod::Usage qw( pod2usage );
     8 
     9# use these to check the apache environment
     10# print "$ENV{'PATH'}\n";
     11# print "$ENV{'PERL5LIB'}\n";
    812
    913use PS::IPP::Config;
    1014my $ipprc = PS::IPP::Config->new();
    11 
     15 
    1216my ($filerule, $class_id, $basename, $camera);
    1317
     
    3034
    3135my $filename = $ipprc->filename($filerule, $basename, $class_id);
    32 
    3336my $realname = $ipprc->file_resolve( $filename );
    3437print "$realname\n";
Note: See TracChangeset for help on using the changeset viewer.