in reply to Re^3: how to create makefile?
in thread how to create makefile?
so, do I not have to use
use ExtUtils::MakeMaker; WriteMakefile( NAME => 'myPgm', VERSION => .... );
with your code for the make or they are 2 different things? If different, how to run yours, just by typing make or perl fileName.PL?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: how to create makefile?
by Corion (Patriarch) on Jan 09, 2015 at 09:41 UTC | |
by carolw (Sexton) on Jan 09, 2015 at 09:49 UTC | |
by RonW (Parson) on Jan 09, 2015 at 17:20 UTC |