This README covers MacPerl and Mac OS classic. If you are running Darwin (i.e. Mac OS X) this information does not apply. There are some extra steps necessary to use this module with MacPerl, mostly because of the difficulty of installing extra modules. But you CAN get there if you have a copy of Stuffit Expander. What you need to do is to obtain and expand the following distributions from CPAN: Astro-satpass Astro-SpaceTrack DateManip IO-String Once you have expanded the required kits, you need to convert them from Unix line terminations to Mac line terminations. This is not bad, just tedious. You need to make a MacPerl droplet out of the following Perl script: foreach (@ARGV) { my $fn = $_; print "Reading $fn\n"; open (IN, "<$fn") or die <) {push @data, split ('\r', $_)} close IN; print "Writing $fn\n"; open (OUT, ">$fn") or die <