This README covers MacPerl and Mac OS classic. If you are running Darwin (i.e. Mac OS X) this information does not apply. The "usual incantation" in the README is probably useless to you. But you _can_ get there if you have Stuffit expander. Here's what you do. 1) Download the kit from CPAN. 2) Expand the kit with Stuffit Expander. 3) 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 <