http://qs1969.pair.com?node_id=11671


in reply to How to create a Makefile for a Perl application?

Well.. If you want to install a load of scripts. Why not make a shell script that will it for them. If you want to make a Makefile that you can use on your Perl Scripts, I'd suggest O'Reilly's book on make. Can't recall the name right off hand. It basically breaks down the parts of the make file. A make file is just a file that runs a set of commands. It's just created in a format that the application make will understand and run. If you think of Makefiles like that, it won't be hard to make your make :)

-- philip
We put the 'K' in kwality!