Rodeo Red wrote:
> -----Ursprüngliche Nachricht-----
> Von: Rodeo Red [mailto:[EMAIL PROTECTED]]
> Gesendet am: Donnerstag, 1. März 2001 09:31
> An: [EMAIL PROTECTED]
> Betreff: Bad path ? 
> 
> here is what I get when I use the set command to check the path:
> C:\Perl\eg>set
> TMP=C:\WINDOWS\TEMP
> TEMP=C:\WINDOWS\TEMP
> PROMPT=$p$g
> winbootdir=C:\WINDOWS
> COMSPEC=C:\WINDOWS\COMMAND.COM
> DJGPP=C:\DJGPP\DJGPP.ENV
> PATH=C:\DJGPP\BIN;C:\PROGRA~1\ULTRAEDT;C:\WINDOWS;C:\WINDOWS\C
> OMMAND;C:\PROGRA~1\ULTRAE~1;C:\BORLAND\BCC55;C:\PROGRA~1\ULTRAE~1
> windir=C:\WINDOWS
> BLASTER=A220 I5 D1
> 
> Is my perl set up correctly ? 

Well, since you're posting on an ActiveState list, I'll presume you're using
ActivePerl under Windows. In that case, your path is probably not set up
correctly -- I'd expect to see "C:\PERL\BIN" in your PATH.

However, if you're using the Perl that came with DJGPP, it might be fine.

What happens when you type  perl -V  and what happens when you type
c:\djgpp\bin\perl -V  ?

Cheers,
Philip
-- 
Philip Newton <[EMAIL PROTECTED]>
All opinions are my own, not my employer's.
If you're not part of the solution, you're part of the precipitate.
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to