in reply to Re: Open Filehandle once (updated)in thread Open Filehandle once
syntax would be e.g.
use Path::Tiny (); # otherwise 'path' will be imported ... Path::Tiny::path($filePath)->append(map { "$_\n" } 'chkconfig smb: OK' +, @smb)) [download]