Help for this page
open(IN, "<test.txt") || die "\nCan't open test.txt \n"; $/=""; ... } close(IN); close(OUT);
1 some other text ... 5 7 8