line has content that needs to change)
> {
>
> seek($fh, $startOfLine, 0) or die "seek: $!";
> print $fh $line;
> }
>
> $startOfLine = tell($fh) or die "tell: $!;
> }
>
> close($fh);
>
>
&
> Do you have the option to "seek" to the correct place in the file to make
> your changes? For example, perhaps:
>
> - Your changes are few compared to writing out the whole file
> - Your changes do not change the size of the file (or you can pad line-end
> with spaces)
>
1. each time just ch
Hello list,
How can I sync json object to disk? so that other processes (or next
startup) can use this json.
Thanks.
--
sent from https://dkinbox.com/
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/