Closed druud closed 4 years ago
io($pfn) > io->catfile($pn, $fn);
How to best fix the code? Maybe: io($pfn) > io->catfile($pn, $fn) or warn "$!";
io($pfn) > io->catfile($pn, $fn) or warn "$!";
Is caused by bad overload context. (am still debugging)
io($pfn) > io->catfile($pn, $fn);
How to best fix the code? Maybe:
io($pfn) > io->catfile($pn, $fn) or warn "$!";