in reply to building and running a unix script with Perl

Here's one way

perl -e 'system(qq(bash -c "echo I am a shell script"));'

That's rather nonsensical of course, but without further details on what you want to do, and why you would want to do it this way, I can't be much more helpful.


All dogma is stupid.