RE: storage types for big file
"Tom Reed" <[email protected]> Wed, 31 May 2023 07:33:10 +0800
| Newsgroups | gmane.comp.lang.perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
> 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 changes few lines, not the full file. 2. it has file size changed, but yes I can pad line-end with space. So what's the further? Thanks -- Sent from https://dkinbox.com/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/