in reply to execute shell script from perl

Following up on choroba(++)'s post , this produces the expected result:
perl -E 'say for qx(/bin/bash -c "cat <<< \\"This is text\\"")'

                All power corrupts, but we need electricity.