Index: trunk/ippScripts/scripts/ipp_filename.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_filename.pl	(revision 13252)
+++ trunk/ippScripts/scripts/ipp_filename.pl	(revision 13263)
@@ -6,8 +6,12 @@
 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
 use Pod::Usage qw( pod2usage );
+ 
+# use these to check the apache environment
+# print "$ENV{'PATH'}\n";
+# print "$ENV{'PERL5LIB'}\n";
 
 use PS::IPP::Config;
 my $ipprc = PS::IPP::Config->new();
-
+  
 my ($filerule, $class_id, $basename, $camera);
 
@@ -30,5 +34,4 @@
 
 my $filename = $ipprc->filename($filerule, $basename, $class_id);
-
 my $realname = $ipprc->file_resolve( $filename );
 print "$realname\n";
