Re: How do I arrange for Makefile.PL to create a modulino instance script?

[email protected] (David Christensen) Fri, 30 Nov 2012 18:04:27 -0800
Newsgroups perl.makemaker
Message-ID <[email protected]>
On 11/30/12 15:40, Michael G Schwern wrote:
> I'm not sure why you'd want to turn a .pm file into a program.

I want one file that can be used:

1.  As a module (*.pm) and as a script (executable *.pl, or just 
executable base name with no extension) on machines where I want to 
install Perl modules; and

2.  As a stand-alone script on machines where I don't want to install 
Perl modules.


David