: is it possible to open a filehandle on a file change one line in that file : without outputing to another file. You can open the file, seek() to a particular position in it, and start overwriting the file at that position, but when you reach the end of that line, you'll keep on writing past it and into the next one. There's no way to change one line without rewriting the file. -- tdk
- filehandle question Chris Rutledge
- Environment variable question Hitesh Ray
- Re: Environment variable question Michael Lamertz
- Re: Environment variable question Paul
- Re: Environment variable question Hitesh Ray
- Re: Environment variable question Matt Cauthorn
- Timothy Kimball