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

perl -S will search PATH for a script, so simply add c:\scripts to your PATH.

Info courtesy of perl -h :)

Cheers,
Ben.

Replies are listed 'Best First'.
Re: Re: Running Perl Scripts From Another Windows/DOS Directory (repost)
by svsingh (Priest) on May 21, 2003 at 15:52 UTC
    Thanks Ben! That was staring me in the face the entire time. I did scan through perl -h, but I guess I overlooked that one.