in reply to Re^2: File changes are not reflecting in perl tk
in thread File changes are not reflecting in perl tk

I asked: "Please post the output from your code.". Is there a reason you can't or won't do that?

-- Ken

  • Comment on Re^3: File changes are not reflecting in perl tk

Replies are listed 'Best First'.
Re^4: File changes are not reflecting in perl tk
by vr786 (Sexton) on Dec 01, 2010 at 12:51 UTC

    "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