bronto has asked for the wisdom of the Perl Monks concerning the following question:
Hello
I'd like to have something similar to (or even a) Makefile.PL to install a script --not a module--. I remember that I read somewhere that scripts with the .PL extension had something special in producing a new script with the correct "#!" line, but I can't recall where I found it.
In short, I'd like to do something like
perl myScript.PLand have a runnable version of my script back, or
perl Makefile.PL ; make ; make installand have a runnable version of my script installed in a sensible location
Can anybody point me to the right direction?
Thanks in advance
Ciao!
--bronto
The very nature of Perl to be like natural language--inconsistant and full of dwim and special cases--makes it impossible to know it all without simply memorizing the documentation (which is not complete or totally correct anyway).
--John M. Dlugosz
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Creating installable scripts
by liz (Monsignor) on Aug 12, 2003 at 18:18 UTC | |
by bronto (Priest) on Aug 12, 2003 at 18:52 UTC | |
Re: Creating installable scripts
by particle (Vicar) on Aug 12, 2003 at 17:44 UTC |