Running PERL Programs

Running PERL Programs

Guest

    Oct 13, 2005#1

    Couldn't seem to find a way to compile/run PERL programs using ActiveState PERL on a Windows XP System. Anyone have any suggestions?

    Tks in advance.

    80
    Advanced UserAdvanced User
    80

      Oct 19, 2005#2

      You should be able to do something like this. Setup a tool.

      Command line:
      perl %HOME%\bin\dumpview.pl "%n"

      Working directory:
      %p


      I'm not setup for this to work at the moment, but it used to work. %HOME% is an environment variable I had set with cygwin so you won't need that. Just the path.