> I wrote an application last week and when I attempted to compile it on > both a sun and pc using perl5 I keep getting garbage error message when > the character count of the source was greater than about 16,000 > characters. If I went into the source and removed white spaces to reduce > the character count below this point the compile would work fine. But as > soon as I added additional functionality that increased the character > count above some magic number I would start getting these garbage error > messages until I deleted more white space. The application works but the > source is very had to read with no indenting and no comments. >
"Garbage errors" isn't terribly descriptive. What are the actual errors you are receiving? What exact version of Perl are you using, perl -V will show, and on what exact platforms. Do you have adequate amounts of RAM in the system? I've got libraries at well over 100,000 characters that work fine. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>