The reason I'm asking this is because after half an hour of failing to figure out what key word or jargon to use I figured it wouldn't hurt to ask here.
What I'm currently doing is getting a perl code to run using the good ol:
perl myPerlScript.pl
To get it to run. What I'd like to do for simplicity of presentation as a prototype would be to figure out how to make a script that I can run as an executable that would effectively be just a replacement of that. I know on Linux/Unix you can make bash scripts, but I'm trying to run this like I would Steam or other executables. Any advice or am I asking for something impossible? Having the command prompt pop up in the background is an option but preferably avoidable.
Also I've been using Cava Packager, but it's so bulky I figured since I'm only using one script there would be an easier way.