in reply to Re^2: Installing Perl on Windows XP
in thread Installing Perl on Windows XP
For a normal ActiveState install you should be able to run your Perl application by simply typing the filename on the command line and pressing enter. If that doesn't do it for you then you could try:
c:\perl\bin\perl.exe proj.pl
which runs the Perl interpreter from the default location used by the ActiveState install.
|
---|