Q&A: How to convert perl scripts into an exe ??
by Stewf
Question by broad: How to convert perl scripts into an exe ??
I have two perl scripts.The 1st one takes “file1” as input and outputs “out1”.The 2nd script takes “out1” as input and outputs “out2”.Now I need to package up these files and create an exe.Can anyone help me.Its important..Thanx.
Best answer:
Answer by David D
See http://perlmonks.com/?node_id=5521 for a bunch of solutions.
Know better? Leave your own answer in the comments!