http://qs1969.pair.com?node_id=380537


in reply to perl script on Win32

You have to edit your PATH to include C:\Perl\bin.


dsb
This @ISA my cool %SIG

Replies are listed 'Best First'.
Re^2: perl script on Win32
by jellyroll10 (Initiate) on Aug 06, 2004 at 14:17 UTC
    THANK YOU very much.

    We found that our path had C:\Perl\bin\ (with a trailing slash). We updated the path environment variable to be C:\Perl\bin without the path and it started to work.

    HOWEVER, being the curious person I am, I switched my path environment variable back to C:\Perl\bin\, lo and behold my script still worked. I was expecting it to fail again.

    Any thoughts on this one, or should I just leave well enough alone?