Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Which Perl software Windows 2008

by $h4X4_|=73}{ (Monk)
on Sep 17, 2016 at 10:33 UTC ( [id://1171994]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Which Perl software Windows 2008
in thread Which Perl software Windows 2008

In windows Perl can be installed in any directory or hard drive on the system, you can have many different versions of Perl installed also.

When you install ActiveState Perl or Strawberry Perl on windows the installer should allow you to pick the location to install Perl to, the installers also likes to add the path to Perl in the windows environment variable "PATH". This gives your Perl script the ability to use the shebang #!perl otherwise if there is no environment variable for the Perl version you want to run. Then you will need to set your shebang to the full path to the Perl interpreter you want to use like #!C:/Perl/bin/perl.exe

The windows environment variable's read from top to bottom or from left to right and will only use the first "PATH" to Perl it reads, some windows versions let you move environment variables around so you can keep a copy of it. Not all uninstallers will remove the environment variable, so that can cause a problem.

Good Luck,

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1171994]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (9)
As of 2024-04-16 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found