Is there a line length limit for text files created from Perl?

前端 未结 7 1299
栀梦
栀梦 2021-01-12 08:12

While writing a Perl script, I got a requirement to write the user names with comma separation in only one line of the file.

That\'s why I would like to know is ther

7条回答
  •  伪装坚强ぢ
    2021-01-12 08:46

    file size depends on your OS's file system. Tools has no limit for such (or at-least I have never seen so far..)

提交回复
热议问题