in reply to Re: New Line at End File
in thread New Line at End File
Changing the last line to the following should fix it:
my $pos = tell F; truncate F, 1 +$pos if $pos > 1;
--
John.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: New Line at End File
by sauoq (Abbot) on Dec 10, 2002 at 19:55 UTC | |
by jmcnamara (Monsignor) on Dec 11, 2002 at 08:38 UTC |