http://www.perlmonks.org?node_id=163075


in reply to Re: Invalid sub ignored on use strict;
in thread Invalid sub ignored on use strict;

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Re: Re: off topic but I had to ask :/
by Popcorn Dave (Abbot) on Apr 30, 2002 at 22:03 UTC
    If you're running ActiveState Perl, doesn't it take care of this for you? If you go to a dos window and type path, see if Perl is in your path already.

    If not:

    1. Using notepad, open c:\autoexex.bat.
    2. Once you have that open, look for a line with SET PATH in it. ( Mine looks like SET PATH=C:\Perl\bin\;%PATH%
    3. After the semicolon, if it doesn't exist, put in the path to your perl

That should do the trick.