Help for this page
local @ARGV = glob "folder/*.txt; # list of all .txt files in folder print while (<>); # print each line of all those files