What is this?

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

chmod 0o755, <myfile1  myfile2>;

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

Reply via email to