node, I asked about running perl on multiple platforms. I compiled binaries for all three platforms, but now I'm having trouble with the shell script to run the correct one. I tried
, and running the shell script executes perl correctly, but executing a perl script with a shebang line pointing to the shell script tries to execute it with the shell rather than perl. Any suggestions?