Re: File::Copy ??

2017-03-22 Thread ToddAndMargo
> On Wed, Mar 22, 2017 at 12:24 AM, ToddAndMargo 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

Re: File::Copy ??

2017-03-22 Thread Brad Gilbert
For basic copy and move, the built-in subs should work https://docs.perl6.org/routine/copy https://docs.perl6.org/routine/move On Wed, Mar 22, 2017 at 12:24 AM, ToddAndMargo wrote: > Hi All, > > Do we have anything like > > http://perldoc.perl.org/File/Copy.html > > under