Re: garbage errors when number of characters in script exceeds some number

2004-07-13 Thread Ken Rearick
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

Re: garbage errors when number of characters in script exceeds some number

2004-07-12 Thread Randy W. Sims
Ken Rearick wrote: 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 redu

RE: garbage errors when number of characters in script exceeds some number

2004-07-12 Thread Wiggins d Anconia
Please group reply so others can help and be helped, and so your posts don't get accidentally ignored... also please bottom post. > This is perl, v5.8.0 built for sun4-solaris > > Copyright 1987-2002, Larry Wall > > Perl may be copied only under the terms of either the Artistic License or the >

Re: garbage errors when number of characters in script exceeds some number

2004-07-12 Thread Wiggins d Anconia
> 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 c