in reply to Lets talk backticks

Checking perlop the very first sentence under the qx// operator is:

       qx/STRING/
       `STRING`
               A string which is (possibly) interpolated and then executed as
               a system command with "/bin/sh" or its equivalent.

What part of executed as a system command with "/bin/sh" or its equivalent was unclear?