This was posted to netscape.public.mozilla.mac on 99/02/09 by Chris Nandor:
I have a solution that is easier (in some respects) and just as cheap. :)
In
my CPAN directory
(along with the Mac::AppleEvents::Simple and
Mac::Apps::Launch modules) is something called cpan-mac, which I posted
about last week.
Run the installer, and then you can use the program untargzipme to unpack
the .tar.gz or .tgz archives, and then installme to install them (or use
installme to do both at once). Just drop the archive or folder on the
droplet. You'll need to give your MacPerl app about 10MB of RAM.
If you have more RAM (30-40MB for the app) and are a little more
adventuresome, you can run the CPAN-shell program and, once doing some
configuration as per the README, just type:
cpan> install Mac::AppleEvents::Simple
And the module will (in theory) be downloaded, unpacked, and installed for you.
But the previous solution -- just installing the cpan-mac stuff,
increasing your memory allocation to 10MB, and using the droplets --
should be sufficient, and very easy to use.