<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 07/12/2022 14:11, Keith Maton via
      Dxspider-support wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1C2731B8-752F-46AC-BF03-EC8424491F2E@me.com">What is the
      relevance of (q[find…. Rather than just spawn(find ?</blockquote>
    <br>
    <font size="4">The q[] construction is the equivalent of ' ', with
      the added advantage that if one needs to escape shell / command
      parameters with ' ' (or " "), it just works [tm].<br>
      <br>
      Compare that with qq[ ] (other delimiters are available) that
      allows one to still use ' ' and " " but also do perl variable
      interpolation ($date, $user etc). <br>
      <br>
      Dirk<br>
    </font>
  </body>
</html>