combine perl and makefile

B

billy

Because of the lack of installation of threads for perl 5.6.1 on our
server I'm trying to multiprocess through the use of a makefile
embedded in to my script;

Here is the concept I want to have:
#!/usr/local/bin/perl

print "this is perl\n";

eval "/usr/local/make "<<MAK
..PHONY : all do_this do_that
all : do_this do_that
do_this:
@echo "doing_this"
do_that:
@echo "doing_that"
MAK

print "In perl again\n";
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top