What version of perl are you installing, also which package did you get. If
you got the MSI package from Activestate this will install it at set the
path. If not you get set the path in WIN 2k by right clicking on my
computer, and going to properties, click on performance and then on
environmental variables. IF scroll down on the second window that is there,
you will see the path statement. Just add the perl bin dir to the path and
reboot and you should be good to go. Hope I help you some. If there is
anything else I can help with just let me know.
__________________________________________________
Paul Metzger
Computer Geek
"Winning isn't everything, but it sure beats anything that comes in second"
--Paul "Bear" Bryant
__________________________________________________
> -----Original Message-----
> From: prachi shroff [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 29, 2001 8:00 AM
> To: [EMAIL PROTECTED]
> Subject: Re:run perl in win2000
>
>
> Thanks!
> but the path is not configured on its own. When I run PERL from
> the command
> prompt, it does give me the COMMAND NOT FOUND error.
> What do I do then?
>
>
> ----Original Message Follows----
> From: Joel Divekar <[EMAIL PROTECTED]>
> To: "prachi shroff" <[EMAIL PROTECTED]>
> Subject: Re: run perl in Win 2000 ?
> Date: Tue, 29 May 2001 10:49:34 +0530
>
> Hi Prachi
>
> I am also new to perl but no problem I can help you on this. If you have
> any more queries then don't hesitate
>
> At 02:18 PM 5/28/2001 -0400, you wrote:
>
>
> Hi,
>
> I have WIN 2000 installed and have just started programming perl. Can
> somebody tell me how to set the PATH for the bin folder for the PERL
> executable? The #! operator does not work.
>
>
> This is not required under windows. When you installed perl the path was
> configured
> accordingly. To test this go to dos prompt from windows (run cmd) now at
> the prompt type perl and then press enter. if command not found error is
> not displayed then Perl is properly installed
>
> #! line is ignored as rem statement under windows, this line is very
> important under unix
> as the program has to know the path where perl is located. But if you want
> your code to work fine on both win and unix platform then please include
> the following
>
> #!/usr/bin/perl -w
>
> and don't forget '-w'
>
>
>
> Thanks,
> Prachi
>
>
> Regards
>
> Joel
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>