Hi Monks!!
Was wondering whether anyone has any suggestions as to a meaningful LENGTH (value of bytes read in) value for the read builtin?
Of relevance might be that the read() will be used on email attachments that vary in size up to and around 2Mb.
I've google'd this and the only suggestion is to have length set to an obvious value that is in a multiple of bytes (for example 1024). I was wishing to see what other Perl monks had as a suggestion.
Thanks,
Ed