RE: storage types for big file

2023-05-30 Thread Tom Reed
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); > > &

RE: storage types for big file

2023-05-30 Thread Tom Reed
> 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

json to disk

2023-05-22 Thread Tom Reed
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/