my @files = $from->lines_utf8;Your @file array contains the names with newlines, so you should chomp them, see lines,-lines_raw,-lines_utf8 of Path::Tiny
(Be aware: as opposed to chomp, this doesn't care about $/)my @files = $from->lines_utf8({chomp => 1});
In reply to Re: creating valid paths for Path::Tiny
by soonix
in thread creating valid paths for Path::Tiny
by Aldebaran
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |