http://www.perlmonks.org?node_id=699528

Sixtease has asked for the wisdom of the Perl Monks concerning the following question:

Hello people.

My module runs a script upon make. I'd like to let people pass arguments to this script. So far, I've been doing it through environment variables. Is there a better way?

use strict; use warnings; print "Just Another Perl Hacker\n";