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


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

When I ran your code I got the following:
syntax error at temp.txt line 7, near "){" syntax error at temp.txt line 121, near "}" Unmatched right curly bracket at temp.txt line 122, at end of line Execution of temp.txt aborted due to compilation errors.

Nota Bene: If you add warnings and strictures, you get a much longer list of problems that need fixed before you try this out in Real Life.

----
I Go Back to Sleep, Now.

OGB

  • Comment on Re: Help Perl Program - I have compilation errors don't know where
  • Download Code