Author Topic: Code::Blocks Macros to Execute a Perl Script  (Read 2491 times)

sguthery

  • Guest
Code::Blocks Macros to Execute a Perl Script
« on: May 17, 2019, 06:17:12 pm »
The Advanced Compiler Options screen let's one define macros for processing code in non-plug-in languages.  I'd like to use it to simply execute a Perl script that I create in a Code::Blocks project.  In this case there is no compiling, linking, or executable output.  One just needs to call perl on the text and put the output in a terminal window for perusal.

Any suggestions as to how this might be accomplished?

Thanks in advance for your guidance.

Cheers, Scott

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code::Blocks Macros to Execute a Perl Script
« Reply #1 on: May 17, 2019, 07:48:24 pm »
Have you considered using the custom makefile projects?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]