Running PERL Programs

Building, compiling, or debugging issues

Running PERL Programs

Postby Guest » Wed Oct 12, 2005 9:51 pm

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.
Guest
 

Re: Running PERL Programs

Postby toddm » Tue Oct 18, 2005 7:07 pm

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.
User avatar
toddm
Advanced User
Advanced User
 
Posts: 83
Joined: Wed Jul 28, 2004 11:00 pm


Return to Build / Compile / Debug