Help for this page

Select Code to Download


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