in reply to Re^3: File changes are not reflecting in perl tk
in thread File changes are not reflecting in perl tk
"test.txt" containing the following contents , if your opened same file through script , you will see few contents(output file)
=====input file====== 1 2 3 4 5 6 7 8 9 a b c d e f =================output file============= 1 3 5 7 9 b d f
|
|---|