in reply to Source files going into perl interpreter during compilation
If this is just idle interest, the files are all the .c files in the root directory of the distribution, and all the files from the directory for your OS, plus some from ext/ for extensions built into Perl statically (depending on what you answered in ./Configure).
If you have a practical goal you are pursuing, maybe make miniperl or make microperl (resp. the targets in the generated Makefile) or App::staticperl may be of interest to you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Source files going into perl interpreter during compilation
by buntyshubho (Initiate) on Jun 21, 2011 at 21:29 UTC |