in reply to Active Perl Installation on Windows operating system

A proper installation of ActivePerl (from http://www.activestate.com/activeperl/downloads) allows you to 'Add Perl to the PATH environmental variable' during setup.
  • Comment on Re: Active Perl Installation on Windows operating system

Replies are listed 'Best First'.
Re^2: Active Perl Installation on Windows operating system
by furry_marmot (Pilgrim) on Jun 16, 2010 at 17:02 UTC

    BrowserUK has it right. I've done this a bizillion times, starting with Win95. System environment variables are "inherited" by a command shell and not updated in any way, so you just have to close it and open a new one. Once ActivePerl is installed, you can verify the path this way:

    In a newly opened command shell, type "path" to list the current path.

    In the Windows system:

    1. Right-click on the Computer icon.
    2. Select Properties.
    3. Select the Advanced tab (depends on version of Windows).
    4. Click the Environment Variables button. Look for the PATH entry.

    No reboots necessary.

    --marmot