https://docs.perl6.org/language/quoting#Word_quoting:_%3C_%3E

On Sun, Jun 3, 2018 at 1:42 PM ToddAndMargo <toddandma...@zoho.com <mailto:toddandma...@zoho.com>> wrote:

    What is this?

    https://docs.perl6.org/routine/chmod#role_IO

    chmod 0o755, <myfile1  myfile2>;

    Is it?
          chmod 0o755, $file1, $file2

On 06/03/2018 10:45 AM, Brandon Allbery wrote:
Yes, it's a quick way to mak a list of quoted strings. Think qw() in perl 5, but < > is equivalent to single quotes whereas << >> is equivalent to double quotes.


Sorry for being dense, but would you jot up an example?

Reply via email to