in reply to aborted due Compilation error (!!??)

Change line 112 from:

MainLoop;

... to:

MainLoop();

That may not fix all of the errors, but that will fix the error you mentioned. If you have other errors, you'll have to show the entire code and the verbatim error messages.


Improve your skills with Modern Perl: the free book.

Replies are listed 'Best First'.
Re^2: aborted due Compilation error (!!??)
by franky (Initiate) on May 04, 2012 at 21:10 UTC

    Hi Mr chromatic, I did Changed from  MainLoop; ... to:  MainLoop(); Then I called the program and, after enter, program didn't do any Action (cursor just went to next line) franky@localhost myprog$ perl -w myperl60f.pl franky@localhost myprog$

      You'll have to post the code. We can't help you without seeing it.

      Please see Writeup Formatting Tips before you post it.

        Hi Mr chromatic, I wish to do it, but the code is 609kb, is small compared with windows prog, but it have over 16,000 lines, and also have MANY numeric filters. it used to work fine, but don't know what happen, may be it need a perl package ?? =(