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
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
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
>
> 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