Help for this page
use strict; use warnings; use feature 'say'; use Path::Tiny qw/ path /; ... say qx# ls /tmp/*.txt #; __END__
/tmp/bar.txt /tmp/foo.txt /tmp/oof.txt /tmp/rab.txt