in reply to Re^2: file header change
in thread file header change

, but its not working..

I am not surprised.

Why do you have the same function defined twice? The second time inside the first??

Create two functions, one to get the file name and the other to read the file, modify the contents and print it

CALL the functions

And finally try to run your code and get rid of the syntax errors.

Replies are listed 'Best First'.
Re^4: file header change
by utpalmtbi (Acolyte) on Feb 05, 2013 at 11:20 UTC
    got it.. thanks tmharish for ur cooperation..