goofball
07-23-2003, 11:06 AM
I'm scripting a perl library database on a server that's running Apache 1.3 server software on a FreeBSD system, host is Verio.
Recently, one of the .pl library files used to store member data was somehow truncated (don't know how) and the result was that when other scripts in the system tried to require that file, there were errors updating the database. The file was truncated in the middle of a really long line, but since Perl lets you build and store strings that are only limited by system memory I think it may be an Apache file system limitation.
I just want to ask if anyone knows what may have caused the .pl file to be truncated. Do you know what the length of a line within a file is allowed to be by Apache or Perl?
Thanks
Recently, one of the .pl library files used to store member data was somehow truncated (don't know how) and the result was that when other scripts in the system tried to require that file, there were errors updating the database. The file was truncated in the middle of a really long line, but since Perl lets you build and store strings that are only limited by system memory I think it may be an Apache file system limitation.
I just want to ask if anyone knows what may have caused the .pl file to be truncated. Do you know what the length of a line within a file is allowed to be by Apache or Perl?
Thanks