![]() |
|
XP is just a number | |
PerlMonks |
Getting duplicate file contents in perlby noviceuser (Acolyte) |
on Sep 13, 2021 at 12:32 UTC ( #11136712=perlquestion: print w/replies, xml ) | Need Help?? |
noviceuser has asked for the wisdom of the Perl Monks concerning the following question: i am trying to read contents of all the file present in a folder and store/append all the file contents in a single text file, but i can see data getting repeated of same file in the output text file such as suppose there are 3 files (1.txt, 2.txt, 3.txt) in the folder then the output file contains data from these files as below, i.e data of 1.txt gets repeated 3 times and data of 2.txt twice <code> 1.txt 1.txt 2.txt 1.txt 2.txt 3.txt
Back to
Seekers of Perl Wisdom
|
|