started the spotting code. Got most of the utilities working.
[spider.git] / perl / DXUtil.pm
index 44ef7312fdad8c7fd7a0293dcf63f6e3840a5cea..c82705b7bb68507cb0725f69f7dafc03df5b08ef 100644 (file)
@@ -11,7 +11,7 @@ package DXUtil;
 require Exporter;
 @ISA = qw(Exporter);
 @EXPORT = qw(atime ztime cldate cldatetime slat slong yesno promptf
-             print_all_fields
+             print_all_fields 
             );
 
 @month = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
@@ -123,3 +123,4 @@ sub print_all_fields
   }
   return @out;
 }
+