Increment variable stored in a file

Hi,

I want to write a perl script, which will increment number stored in file. I want to do this without any file handles. I think we have to use some UNIX commands. I am not sure how to do this with file handles.

Thanks,

Got the answer :slight_smile: