in reply to Re^4: When can the character length of a Perl Scalar become an issue?
in thread When can the character length of a Perl Scalar become an issue?

Since files are involved, and *appending* to files, is there a chance that more than one copy of your script runs at the same time, appending to the same file?
  • Comment on Re^5: When can the character length of a Perl Scalar become an issue?