I discovered last night that if I eliminate the switch statements the problem go away. This morning I also tried moving the use switch in side the if blocks containing the switch statements. This also eliminated the problem.
"Ken Rearick" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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. > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>