Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Which Perl software Windows 2008

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


in reply to Which Perl software Windows 2008

The real question is why do you need to use Tomcat 5.0?
Upgrade everything!
https://www.apachefriends.org
http://tomcat.apache.org/migration.html

Replies are listed 'Best First'.
Re^2: Which Perl software Windows 2008
by Oracle167 (Initiate) on Sep 16, 2016 at 15:07 UTC
    Do I need to uninstall Perl Directory ActiveState which got installed on C directory rather then D directory. Is there an easy way to fix this or do I need to uninstall ActiveState and delete directories and reinstall to D drive? How Do ensure that ActivePerl gets installed on D directory? THanks Doug

      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://1171922]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-24 21:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found