http://www.perlmonks.org?node_id=840802


in reply to Help Perl Program - I have compilation errors don't know where

If you get compilation errors, perl tells you where they are. Why do you keep that information to yourself?

Have you tried reducing your program to a program that has no such compilation errors? Then the error must be in a part that you removed. That would be a way to isolate the parts of the program where there are things that make no sense to perl, which in turn makes Perl raise compilation errors.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.