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

And what do you see when you open a command prompt and execute the script within it, so that when the script terminates the window doesn't close? (I assume you'll probably see an error message, which we will need to know about.)


Dave

  • Comment on Re^3: opening perl script by clicking on it

Replies are listed 'Best First'.
Re^4: opening perl script by clicking on it
by Anonymous Monk on Jul 01, 2013 at 06:42 UTC
    error is " Begin failed --- compilation aborted path of the file line 90 " my line 90 is use Text::CSV;

      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

Re^4: opening perl script by clicking on it
by Anonymous Monk on Jul 01, 2013 at 07:18 UTC
    ok I am using windows xp , so please tell me how should I install this cpan . it works fine in padre , but i want to make it like an utility , click and execute .