> On Wed, Mar 22, 2017 at 12:24 AM, ToddAndMargo
<toddandma...@zoho.com> wrote:
>> Hi All,
>>
>> Do we have anything like
>>
>> http://perldoc.perl.org/File/Copy.html
>>
>> under another name?
>>
>> Nothing showed up in
>> https://modules.perl6.org/#q=file%3A%3A
>>
>>
>> Many thanks,
>> -T
On 03/21/2017 10:59 PM, Brad Gilbert wrote:
For basic copy and move, the built-in subs should work
https://docs.perl6.org/routine/copy
https://docs.perl6.org/routine/move
Huh. Right under my nose. Thank you!
Have you used copy and move? Are they top speed
(like cp in Linux or xcopy in Windows) or are
they slow?