in reply to Distribute cross-platform perl application

Most Linux distros come with Perl, but you'll have to get the users to install the module, or bundle it with your application. Could do the same with Mac OS X.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated