in reply to Re^3: opening perl script by clicking on it
in thread opening perl script by clicking on it

error is " Begin failed --- compilation aborted path of the file line 90 " my line 90 is use Text::CSV;
  • Comment on Re^4: opening perl script by clicking on it

Replies are listed 'Best First'.
Re^5: opening perl script by clicking on it
by davido (Cardinal) on Jul 01, 2013 at 06:47 UTC

    Do you still get the error if you run the code you posted earlier, in which use Text::CSV; appears on line 9 instead? If not, how is the code you posted above relevant? If yes, you didn't install Text::CSV correctly.


    Dave