in reply to Running Perl Scripts From Another Windows/DOS Directory

svsingh,

What exactly are you trying to do here?

c:\data> perl c:\perl\test.pl

I'd like to add c:\perl to some environment variable so running the following command would work: 

c:\data> perl c:\perl\test.pl
The two different things that you are trying to do look exactly the same.

Are you trying to

Please let us know so that we can help.


Thank you,

Kristofer Hoch

Si vos can lego is, vos es super erudio

  • Comment on Re: Running Perl Scripts From Another Windows/DOS Directory

Replies are listed 'Best First'.
Re: Re: Running Perl Scripts From Another Windows/DOS Directory
by svsingh (Priest) on May 19, 2003 at 16:20 UTC
    Sorry, I messed up on that. The second command line should be
    c:\data> perl test.pl